Request
Body Params application/json
{
"effectiveDate": "2019-08-24",
"fields": [],
"id": 0,
"subQueries": {}
}
Request samples
curl --location --request POST '//getById' \
--header 'Content-Type: application/json' \
--data-raw '{
"effectiveDate": "2019-08-24",
"fields": [],
"id": 0,
"subQueries": {}
}'
Responses
{
"code": 0,
"data": {
"checksum": "string",
"fileId": "string",
"fileName": "string",
"fileType": "JPG",
"size": 0,
"url": "string"
},
"message": "string"
}
Modified at 2025-04-04 11:36:48