Get file details
Retrieve the metadata and details of a specific CRM file by its identifier. This returns information such as the file name, size, type, creation date, and associated entities, but does not include the file content itself.
Authentication
api-keystring
The API key should be passed in the request headers as api-key for authentication.
Path parameters
id
File id to get file data.
Response
Returned when file is found.
id
Unique file id
name
Name of uploaded file
contactId
Contact id of contact on which file is uploaded
dealId
Deal id linked to a file
companyId
Company id linked to a file
size
Size of file in bytes
createdAt
File created date/time
Errors
400
Bad Request Error
404
Not Found Error