Authorization: Bearer ********************
{
"fileName": "string",
"type": "string",
"skipCount": 0,
"maxResultCount": 1
}
curl --location --request POST '/api/services/app/design/record/getAll' \
--header 'Content-Type: application/json-patch+json' \
--data-raw '{
"fileName": "string",
"type": "string",
"skipCount": 0,
"maxResultCount": 1
}'
{
"totalCount": 0,
"items": [
{
"path": "string",
"size": "string",
"modelGroupId": "string",
"status": "0",
"fileName": "string",
"hash": "string",
"type": 0,
"fileId": "string",
"extensionData": "string",
"changeType": "1",
"creationTime": "2019-08-24T14:15:22Z",
"creatorUserName": "string",
"log": "string",
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}
]
}