Returns the content of the file with the specified id as pdf.

Returns the content of the latest file version as pdf. All kinds of MS Office document types are supported. To get the content you must have the ‘read’ permissions on the entity the file is related to.

Required Permissions
Any authenticated user.

Path parameters

fileIdUUIDRequired

The id of the file.

Headers

AuthorizationstringRequired

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

Query parameters

inlinebooleanOptionalDefaults to false

If inline is true, content-disposition header is inline, else it is attachment.

Response

OK