Returns the content of the current version of the document with the specified id.
Required Permissions: The user has at least
read
permissions for this document.Path parameters
documentId
The document id.
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Query parameters
streamAsFile
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