v1

latestOpenAPI 3.1.02026-08-066984441.1 MB
documentFiles

Returns the content of the document file with the specified id.

Returns the content of the document file. Uses the latest file version. If the document file is an image and the width and height are set, the image will be resized before it is returned.

<Check title="Required Permissions" icon="key">Any authenticated user.</Check>

get/documents/{documentId}/files/{fileId}/download

Path parameters

documentIdstring uuid required

The id of the document.

fileIdstring uuid required

The id of the file.

Query parameters

widthnumber double

Set width to resize.

heightnumber double

Set height to resize.

cropboolean

Whether to crop the image when resizing it.

Headers

Authorizationstring required

Bearer authentication

Response

OK

string binary required