If the "cmisselector" parameter is absent, the following default values are used:
The arguments supplied to the GET service requests SHALL be encoded as URL parameters. The name of each such parameter SHALL be the name of the argument as defined in the schema element enumArguments in the CMIS REST Atom schema (e.g. skipCount, includeRelationships, etc).
Service
|
CMIS Operation
|
Response Body Description
|
Response Schema Element
|
Repository Services
|
getRepositories
|
JSON representation of the list of repositories
|
http://docs.oasis-open.org/ns/cmis/browser/201103/repositories
|
|
getRepository
|
JSON representation of the specified repository
|
http://docs.oasis-open.org/ns/cmis/browser/201103/repositoryInfo
|
|
getTypeChildren
|
JSON representation of the types that are immediate children of the specified typeId, or the base types if no typeId is provided
|
http://docs.oasis-open.org/ns/cmis/browser/201103/typeList
|
|
getTypeDescendants
|
JSON representation of all types descended from the specified typeId, or all the types in the repository if no typeId is provided
|
http://docs.oasis-open.org/ns/cmis/browser/201103/typeContainer
|
|
getTypeDefinition
|
JSON representation of the specified type
|
http://docs.oasis-open.org/ns/cmis/browser/201103/typeDefinitionType
|
|
|
|
|
Navigation Services
|
getChildren
|
JSON representation of the children of the specified folder
|
http://docs.oasis-open.org/ns/cmis/browser/201103/objectInFolderList
|
|
getDescendants
|
JSON representation of the descendants of the specified folder
|
http://docs.oasis-open.org/ns/cmis/browser/201103/objectContainer
|
|
getFolderTree
|
JSON representation of the folders descended from the specified folder
|
http://docs.oasis-open.org/ns/cmis/browser/201103/objectContainer
|
|
getFolderParent
|
JSON representation of the parent folder of the specified folder
|
http://docs.oasis-open.org/ns/cmis/browser/201103/object
|
|
getObjectParents
|
JSON representation of the folders that are the parents of the specified object
|
http://docs.oasis-open.org/ns/cmis/browser/201103/objectParentList
|
|
getCheckedOutDocs
|
JSON representation of the documents that have been checked out in the repository or in the specified folder
|
http://docs.oasis-open.org/ns/cmis/browser/201103/objectInFolderList
|
|
|
|
|
Object Services
|
getAllowableActions
|
JSON representation of the actions allowed on the specified object
|
http://docs.oasis-open.org/ns/cmis/browser/201103/allowableActions
|
|
getObject
|
JSON representation of the specified object
|
http://docs.oasis-open.org/ns/cmis/browser/201103/object
|
|
getProperties
|
JSON representation of the properties of the specified object
|
http://docs.oasis-open.org/ns/cmis/browser/201103/properties
|
|
getObjectByPath
|
JSON representation of the specified object
|
http://docs.oasis-open.org/ns/cmis/browser/201103/object
|
|
getContentStream
|
Stream of the document
|
N/A
|
|
getRenditions
|
JSON representation of the renditions for the specified object
|
http://docs.oasis-open.org/ns/cmis/browser/201103/object
|
|
|
|
|
Discovery Services
|
query
|
A JSON representation of the results of the query
|
http://docs.oasis-open.org/ns/cmis/browser/201103/objectInFolderList
|
|
getContentChanges
|
A JSON representation of the changed objects
|
http://docs.oasis-open.org/ns/cmis/browser/201103/objectInFolderList
|
|
|
|
|
Versioning Services
|
getObjectOfLatestVersion
|
JSON representation of the latest version of the document in the Version Series
|
http://docs.oasis-open.org/ns/cmis/browser/201103/object
|
|
getPropertiesOfLatestVersion
|
JSON representation of the properties of the latest version of the document in the Version Series
|
http://docs.oasis-open.org/ns/cmis/browser/201103/properties
|
|
getAllVersions
|
JSON representation of all the versions in the Version Series
|
http://docs.oasis-open.org/ns/cmis/browser/201103/objectInFolderList
|
|
|
|
|
Relationship Services
|
getObjectRelationships
|
JSON representation of the relationships of the specified object
|
http://docs.oasis-open.org/ns/cmis/browser/201103/objectInFolderList
|
|
|
|
|
Policy Services
|
getAppliedPolicies
|
A JSON object representing the policies applied to the specified object
|
http://docs.oasis-open.org/ns/cmis/browser/201103/objectInFolderList
|
|
|
|
|
ACL Service
|
getACL
|
JSON representation of the Access Control Entries for the specified object
|
http://docs.oasis-open.org/ns/cmis/browser/201103/acl
|