v1

latestOpenAPI 3.1.02026-08-066984441.1 MB
documents

Returns the content of the current version of the document with the specified id.

<Check title="Required Permissions" icon="key">The user must have at least read permissions for the specified document.</Check>

get/documents/{documentId}/content

Path parameters

documentIdstring uuid required

The id of the document.

Query parameters

streamAsFileboolean

Whether to stream the content as a file. By default, the document's content is returned in a model containing a property Content holding the content as a string.

formatstring

The response format. Supported values are html and markdown.

Headers

Authorizationstring required

Bearer authentication

Response

OK

string required