POST api/AuditLogEntry/search-download-csv

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
request
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "FullName": "sample string 1",
  "TransactionType": "sample string 2",
  "TransactionTypes": {
    "$id": "2",
    "$values": [
      {
        "$id": "3",
        "PK": 1,
        "ActiveFlagNullable": true
      },
      {
        "$ref": "3"
      },
      {
        "$ref": "3"
      }
    ]
  },
  "DateFrom": "2024-11-09T13:04:24.1994094+11:00",
  "DateTo": "2024-11-09T13:04:24.1994094+11:00",
  "Table": "sample string 3",
  "Tables": {
    "$id": "4",
    "$values": [
      {
        "$id": "5",
        "AuditLogId": 1,
        "AuditTable": "sample string 2",
        "Action": "sample string 3",
        "UserId": 4,
        "UserName": "sample string 5",
        "Info": "sample string 6",
        "Date": "2024-11-09T13:04:24.1681591+11:00",
        "Record": "sample string 8"
      },
      {
        "$ref": "5"
      },
      {
        "$ref": "5"
      }
    ]
  },
  "Key": "sample string 4",
  "Keys": {
    "$id": "6",
    "$values": [
      {
        "$id": "7",
        "Id": 1,
        "CodeDesc": "sample string 2",
        "AlternativeDesc": "sample string 3",
        "SystemCode": "sample string 4",
        "SequenceNo": 1
      },
      {
        "$ref": "7"
      },
      {
        "$ref": "7"
      }
    ]
  },
  "Value": "sample string 5",
  "Identifier": "sample string 6",
  "RouteName": "sample string 7",
  "DownloadDetails": "sample string 8",
  "Title": "sample string 9",
  "SitecoreContents": {
    "$id": "8",
    "$values": [
      {
        "$id": "9",
        "RowId": 1,
        "SitecoreContentId": 2,
        "ItemId": "5044a6ea-8e89-4a7e-8542-cf28c1036b1a",
        "ItemTypeLovId": 4,
        "ItemType": "sample string 5",
        "ItemCode": "sample string 6",
        "Content": "sample string 7",
        "StageLovId": 1,
        "Stage": "sample string 8",
        "StepConfigId": 1,
        "Step": "sample string 9",
        "FieldName": "sample string 10",
        "ContentData": "QEBA",
        "PK": "sample string 7"
      },
      {
        "$ref": "9"
      },
      {
        "$ref": "9"
      }
    ]
  },
  "Request": {
    "$id": "10",
    "Filters": {
      "$id": "11",
      "$values": [
        {
          "$id": "12",
          "<Field>k__BackingField": "sample string 1",
          "<Operator>k__BackingField": "sample string 2",
          "<Value>k__BackingField": {
            "$id": "13"
          },
          "<Logic>k__BackingField": "sample string 4",
          "<Filters>k__BackingField": {
            "$id": "14",
            "$values": [
              {
                "$ref": "12"
              },
              {
                "$ref": "12"
              },
              {
                "$ref": "12"
              }
            ]
          }
        },
        {
          "$ref": "12"
        },
        {
          "$ref": "12"
        }
      ]
    },
    "Page": 1,
    "PageSize": 2,
    "Sort": {
      "$id": "15",
      "Field": "sample string 1",
      "Dir": "sample string 2",
      "SecondaryField": "sample string 3",
      "SecondaryDir": "sample string 4",
      "ThirdField": "sample string 5",
      "ThirdDir": "sample string 6"
    },
    "PreviousPageSize": 3
  }
}

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'AuditLogEntryIndexViewModel'.

Response Information

Response body formats

application/json, text/json

Sample:
[
  {
    "$id": "2",
    "UserName": "sample string 1",
    "EventType": "sample string 2",
    "CreatedDate": "2024-11-09T13:04:24.2150368+11:00",
    "TypeName": "sample string 4",
    "PrimaryId": "sample string 5",
    "Key": "sample string 6",
    "OldValue": "sample string 7",
    "NewValue": "sample string 8"
  },
  {
    "$ref": "2"
  },
  {
    "$ref": "2"
  }
]

application/xml, text/xml

Sample:
<ArrayOfSvwAuditLogEntryCSV xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <SvwAuditLogEntryCSV>
    <UserName>sample string 1</UserName>
    <EventType>sample string 2</EventType>
    <CreatedDate>2024-11-09T13:04:24.2150368+11:00</CreatedDate>
    <TypeName>sample string 4</TypeName>
    <PrimaryId>sample string 5</PrimaryId>
    <Key>sample string 6</Key>
    <OldValue>sample string 7</OldValue>
    <NewValue>sample string 8</NewValue>
  </SvwAuditLogEntryCSV>
  <SvwAuditLogEntryCSV>
    <UserName>sample string 1</UserName>
    <EventType>sample string 2</EventType>
    <CreatedDate>2024-11-09T13:04:24.2150368+11:00</CreatedDate>
    <TypeName>sample string 4</TypeName>
    <PrimaryId>sample string 5</PrimaryId>
    <Key>sample string 6</Key>
    <OldValue>sample string 7</OldValue>
    <NewValue>sample string 8</NewValue>
  </SvwAuditLogEntryCSV>
  <SvwAuditLogEntryCSV>
    <UserName>sample string 1</UserName>
    <EventType>sample string 2</EventType>
    <CreatedDate>2024-11-09T13:04:24.2150368+11:00</CreatedDate>
    <TypeName>sample string 4</TypeName>
    <PrimaryId>sample string 5</PrimaryId>
    <Key>sample string 6</Key>
    <OldValue>sample string 7</OldValue>
    <NewValue>sample string 8</NewValue>
  </SvwAuditLogEntryCSV>
</ArrayOfSvwAuditLogEntryCSV>