Get file details

Authentication

api-keystring

The API key should be passed in the request headers as api-key for authentication.

Path parameters

idstringRequired
File id to get file data.

Response

Returned when file is found.
authorIdstring or null
Account id of user which created the file
companyIdstring or null
Company id linked to a file
contactIdlong or null
Contact id of contact on which file is uploaded
createdAtdatetime or null

File created date/time

dealIdstring or null
Deal id linked to a file
namestring or null
Name of uploaded file
sizelong or null
Size of file in bytes

Errors