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

<Check><b>Required Permissions</b>: The user has at least `read` permissions for this document.</Check>

Path parameters

documentIdstringRequiredformat: "uuid"
The document id.

Headers

AuthorizationstringRequired

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

Query parameters

streamAsFilebooleanOptionalDefaults to false
Whether the document's content should be streamed as a file. By default, the document's content is returned in a model containing a property 'Content' holding the content as a string.

Response

OK