get https://api-sbx.sidedrawersbx.com/api/v1/record-files/sidedrawer/sidedrawer-id//records/record-id//record-files/recordfile-id/
Gets the metadata of a file.
Response
Gets the metadata of a file.
xxxxxxxxxx
curl --request GET \
--url https://api-sbx.sidedrawersbx.com/api/v1/record-files/sidedrawer/sidedrawer-id/sidedrawerId/records/record-id/recordId/record-files/recordfile-id/recordFileId \
--header 'accept: application/json'
xxxxxxxxxx
18{
"fileName": "string",
"fileType": "document",
"correlationId": "",
"uploadTitle": "string",
"cloudStorage": false,
"displayType": "review",
"quarantined": false,
"sealed": false,
"fileUrl": "string",
"active": true,
"uploader": "string",
"fileSize": 1712138,
"provider": "Amazon",
"createdAt": "2024-07-25T02:26:24.838Z",
"updatedAt": "2024-07-25T02:26:24.838Z",
"id": "string"
}