v1
latestOpenAPI 3.0.12026-07-24501176.6 MBRetrieve search criteria details
This API enables you to retrieve the search criteria details using the search criteria ID obtained during creation of the search criteria.
get/api_gateway/cortex/v1/criteria/{id}
Path parameters
idstring required
The ID that you obtained during meta-search creation.
Response
200
Example response
{
"data": {
"id": "64b117d756bb3f20312aae7f",
"orgId": 2064,
"name": "criteria_1231_1",
"entityType": "TRANSACTION",
"fieldDefinitions": [
{
"fieldId": "destination",
"fieldAlias": "destination",
"dataSourceDetails": {
"fieldReference": "extendedFields.destination"
},
"dataType": "STRING"
}
],
"searchDataPolicy": {
"dataRetentionPolicy": {
"unit": "DAYS",
"value": 30
},
"expireDataFrom": "CREATE"
},
"active": true,
"bulkJobStatus": "OPEN",
"auditInfo": {
"createdOn": "2023-07-14T09:39:35.353+00:00",
"createdBy": 13425520,
"lastUpdatedOn": "2023-07-14T09:39:35.353+00:00",
"lastUpdatedBy": 13425520
}
}
}