Get file by ID
curl --request GET \
--url https://api.nateq.io/api/v1/files/{id}{
"data": {
"contentType": "<string>",
"createdAt": "<string>",
"deletedAt": "2023-11-07T05:31:56Z",
"fileHash": "<string>",
"fileSize": 123,
"fileType": "<string>",
"fileUrl": "<string>",
"filename": "<string>",
"guestSessionId": "<string>",
"id": "<string>",
"metadata": {},
"organizationId": "<string>",
"s3Key": "<string>",
"thumbnailError": "<string>",
"thumbnailS3Key": "<string>",
"thumbnailSize": 123,
"thumbnailStatus": "<string>",
"thumbnailUrl": "<string>",
"updatedAt": "<string>",
"userId": "<string>"
},
"error": {
"code": "<string>",
"details": "<unknown>",
"message": "<string>"
},
"message": "<string>",
"meta": {
"count": 123,
"endCursor": "<string>",
"hasNext": true,
"hasPrevious": true,
"limit": 123,
"page": 123,
"pageSize": 123,
"pendingCount": 123,
"startCursor": "<string>",
"total": 123,
"totalPages": 123
},
"success": true
}Get file by ID
Get file information by ID
GET
/
files
/
{id}
Get file by ID
curl --request GET \
--url https://api.nateq.io/api/v1/files/{id}{
"data": {
"contentType": "<string>",
"createdAt": "<string>",
"deletedAt": "2023-11-07T05:31:56Z",
"fileHash": "<string>",
"fileSize": 123,
"fileType": "<string>",
"fileUrl": "<string>",
"filename": "<string>",
"guestSessionId": "<string>",
"id": "<string>",
"metadata": {},
"organizationId": "<string>",
"s3Key": "<string>",
"thumbnailError": "<string>",
"thumbnailS3Key": "<string>",
"thumbnailSize": 123,
"thumbnailStatus": "<string>",
"thumbnailUrl": "<string>",
"updatedAt": "<string>",
"userId": "<string>"
},
"error": {
"code": "<string>",
"details": "<unknown>",
"message": "<string>"
},
"message": "<string>",
"meta": {
"count": 123,
"endCursor": "<string>",
"hasNext": true,
"hasPrevious": true,
"limit": 123,
"page": 123,
"pageSize": 123,
"pendingCount": 123,
"startCursor": "<string>",
"total": 123,
"totalPages": 123
},
"success": true
}Was this page helpful?
⌘I