POST api/AuditLogEntry/search-results
No documentation available.
Request Information
Parameters
| Name | Description | Additional 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": "2025-10-29T00:44:13.2818229+11:00",
"DateTo": "2025-10-29T00:44:13.2818229+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": "2025-10-29T00:44:13.2505704+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": "38d1e738-2404-4da5-b252-74771ce86396",
"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:
Response Information
Response body formats
application/json, text/json
Sample:
{
"TResults": {
"$id": "2",
"$values": [
{
"$id": "3",
"AuditLogId": 1,
"UserName": "sample string 2",
"EventType": "sample string 3",
"CreatedDate": "2025-10-29T00:44:13.2974463+11:00",
"PrimaryId": "sample string 5",
"TypeName": "sample string 6",
"NewData": "sample string 7",
"OldData": "sample string 8",
"PK": "sample string 7"
},
{
"$ref": "3"
},
{
"$ref": "3"
}
]
},
"FullResults": {
"$id": "4",
"$values": [
{
"$ref": "3"
},
{
"$ref": "3"
},
{
"$ref": "3"
}
]
},
"Validation": {
"$id": "5",
"SuccessOutput": {
"$id": "6"
},
"Success": true,
"ErrorMessages": null,
"WarningMessages": {
"$id": "7",
"$values": [
"sample string 1",
"sample string 2",
"sample string 3"
]
},
"InfoMessages": {
"$id": "8",
"$values": [
"sample string 1",
"sample string 2",
"sample string 3"
]
},
"DatabaseErrorMessage": "sample string 3",
"SuccessMessage": "sample string 4",
"RelatedKeyId": "sample string 5"
},
"Results": {
"$id": "9",
"$values": [
{
"$id": "10"
},
{
"$id": "11"
},
{
"$id": "12"
}
]
},
"Page": 1,
"PageSize": 1,
"PageCount": 1,
"Sort": {
"$id": "13",
"Field": "sample string 1",
"Dir": "sample string 2",
"SecondaryField": "sample string 3",
"SecondaryDir": "sample string 4",
"ThirdField": "sample string 5",
"ThirdDir": "sample string 6"
},
"Total": 2,
"IsExternal": true,
"UserRole": 0,
"Area": "sample string 4",
"MaxLayerSeachResultsExceededWarningMessage": "sample string 5",
"maxHeritageLayerSearchValue": 1,
"MaxResultsExceeded": true
}