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. <Check title="Required Permissions">Any authenticated user.</Check>

Authentication

AuthorizationBearer

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

Path parameters

fileIdstringRequiredformat: "uuid"
The id of the file.

Query parameters

inlinebooleanOptionalDefaults to false

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

Response

OK