Returns the current document content.
Returns the current version as HTML by default. Use `format=markdown` for canonical Markdown, or `streamAsFile` to receive file content.
<Check title="Required Permissions" icon="key">The user must have at least `read` permission for the specified document.</Check>
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
documentId
The id of the document.
Query parameters
streamAsFile
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.
format
The response format. Supported values are html and markdown.
Response
OK
Errors
400
Bad Request Error
401
Unauthorized Error
404
Not Found Error

