Authorization: Bearer ********************{
"fileName": "string",
"parentId": "string",
"ids": [
"497f6eca-6276-4993-bfeb-53cbbbba6f08"
],
"skipCount": 0,
"maxResultCount": 1
}curl --location --request POST '/api/services/app/fileManage/getAnnex' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json-patch+json' \
--data-raw '{
"fileName": "string",
"parentId": "string",
"ids": [
"497f6eca-6276-4993-bfeb-53cbbbba6f08"
],
"skipCount": 0,
"maxResultCount": 1
}'{
"totalCount": 0,
"items": [
{
"parentId": "string",
"dataType": "1",
"path": "string",
"url": "string",
"size": "string",
"fileName": "string",
"hash": "string",
"type": 0,
"fileCategory": "string",
"lastModificationTime": "string",
"creationTime": "2019-08-24T14:15:22.123Z",
"creatorUserName": "string",
"isSystem": "string",
"isStatic": "string",
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}
]
}