getDocumentContent
Returns the content of the specified document.
- The request identifies the document reference.
- The response returns the document content, in base64Binary, as well as the mime type of the content.
Note that there are two REST variants of getDocumentContent:
- GET - In this request, the document reference is included as a path parameter. Note, however, some CMIS servers use characters in document references that need escaping when included in URLs. If this is an issue, you can URL-encode the document reference, or you can use the alternative POST method.
- POST - In this request, the document reference is embedded in the request body.
- Required System Action
- cmisUser
Copyright © Cloud Software Group, Inc. All rights reserved.