getFolderContent

Returns the content of the specified case folder, and optionally, sub-folders.

  • The request identifies the case folder, whether metadata should also be returned, and the depth of the folder hierarchy from which content should be returned.
  • The response returns the case folder contents, which can include documents or other repository items.
Note that there are two REST variants for getFolderContent:
  • GET - In this request, the case reference or folder reference is included as a query parameter. Note, however, some CMIS servers use characters in case references that need escaping when included in URLs. If this is an issue, you can URL-encode the case reference, or you can use the alternative POST method.
  • POST - In this request, the case reference or folder reference is embedded in the request body.
Required System Action
cmisUser
API Descriptions