POST api/MetaSearch/image-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:
{
"SearchType": "sample string 1",
"HeritageItemId": 1,
"ApplicationId": 1,
"DocumentName": "sample string 2",
"ItemDescription": "sample string 3",
"CreatedDateFrom": "2025-10-29T00:45:32.4115841+11:00",
"CreatedDateTo": "2025-10-29T00:45:32.4115841+11:00",
"WorkflowTypeLovId": 1,
"WorkflowTypes": {
"$id": "2",
"$values": [
{
"$id": "3",
"Id": 1,
"CodeDesc": "sample string 2",
"AlternativeDesc": "sample string 3",
"SystemCode": "sample string 4",
"SequenceNo": 1
},
{
"$ref": "3"
},
{
"$ref": "3"
}
]
},
"WorkflowStageLovId": 1,
"WorkflowStepLovId": 1,
"CopyrightHolder": "sample string 4",
"Author": "sample string 5",
"SearchDocumentContent": "sample string 6",
"DownloadDetails": "sample string 7",
"PrintDetails": "sample string 8",
"Title": "sample string 9",
"SitecoreContents": {
"$id": "4",
"$values": [
{
"$id": "5",
"RowId": 1,
"SitecoreContentId": 2,
"ItemId": "406dddd4-f9a1-4ff7-898c-db8f922ed4f1",
"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": "5"
},
{
"$ref": "5"
}
]
},
"Request": {
"$id": "6",
"Filters": {
"$id": "7",
"$values": [
{
"$id": "8",
"<Field>k__BackingField": "sample string 1",
"<Operator>k__BackingField": "sample string 2",
"<Value>k__BackingField": {
"$id": "9"
},
"<Logic>k__BackingField": "sample string 4",
"<Filters>k__BackingField": {
"$id": "10",
"$values": [
{
"$ref": "8"
},
{
"$ref": "8"
},
{
"$ref": "8"
}
]
}
},
{
"$ref": "8"
},
{
"$ref": "8"
}
]
},
"Page": 1,
"PageSize": 2,
"Sort": {
"$id": "11",
"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",
"ImageId": 1,
"ItemId": 1,
"ApplicationId": 1,
"Subject": "sample string 2",
"SourceImageId": 1,
"DamAssetId": 1,
"WorkflowType": "sample string 3",
"WorkflowTypeCode": "sample string 4",
"WorkflowTypeId": 1,
"CopyrightsHolder": "sample string 5",
"Author": "sample string 6",
"ImageTakenDate": "2025-10-29T00:45:32.4272123+11:00",
"ImageUploadedDate": "2025-10-29T00:45:32.4272123+11:00",
"PK": 1
},
{
"$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
}