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
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