{
"filters":[["optionSetCode","=","ViewType"]],
"subQueries": {
"optionItems": {}
}
}
curl --location --request POST 'https://demo.openmeta.info/api/demo//searchList' \
--header 'Content-Type: application/json' \
--data-raw '{
"filters":[["optionSetCode","=","ViewType"]],
"subQueries": {
"optionItems": {}
}
}'
{
"code": 0,
"data": {
"checksum": "string",
"fileId": "string",
"fileName": "string",
"fileType": "JPG",
"size": 0,
"url": "string"
},
"message": "string"
}