{
"additionalFields": [
"type"
],
"effectiveDate": "2019-08-24",
"filters": [
"name",
"=",
"PM"
],
"limit": 10,
"matchField": "searchName",
"operator": "=",
"orders": [
"name",
"ASC"
],
"value": "Tom"
}
curl --location --request POST 'https://demo.openmeta.info/api/demo//searchName' \
--header 'Content-Type: application/json' \
--data-raw '{
"additionalFields": [
"type"
],
"effectiveDate": "2019-08-24",
"filters": [
"name",
"=",
"PM"
],
"limit": 10,
"matchField": "searchName",
"operator": "=",
"orders": [
"name",
"ASC"
],
"value": "Tom"
}'
{
"code": 0,
"data": {
"checksum": "string",
"fileId": "string",
"fileName": "string",
"fileType": "JPG",
"size": 0,
"url": "string"
},
"message": "string"
}