File

Get a file by its ID for a specific group and deal.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

group_idintegerRequired
deal_idintegerRequired
file_idintegerRequired

Response

Successful Response
namestring

The human-readable name of the file

idinteger
deal_idinteger or null
typeenum or nullOptional
The type of the file
created_atstringOptionalformat: "date-time"
updated_atstring or nullOptionalformat: "date-time"
is_archivedboolean or nullOptional
filesizeintegerOptionalDefaults to 0
The size of the file in bytes

Errors

422
Unprocessable Entity Error