Retrieve a file

Gets file content by ID.

get

Allows the caller to download the contents of the file associated with File resource. You must supply the unique identifier of the file.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
idstringRequired

File identifier.

Responses
200

OK.

application/json
get
/files/{id}/content

Last updated