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

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

Path parameters

documentIdUUIDRequired
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