Deletes the children of the specified folder | delete | /cmis/descendants{repositoryId} |
Deletes a document from the specified repository | delete | /cmis/document{repositoryId} |
Deletes a folder from the specified repository | delete | /cmis/folder{repositoryId} |
Gets the list of allowable actions for the specified object | get | /cmis/allowableActions{repositoryId} |
Gets the list of child objects for the specified repository | get | /cmis/children{repositoryId} |
Retrieves the properties of document | get | /cmis/document{repositoryId} |
Gets the list of properties of a folder | get | /cmis/folder{repositoryId} |
Get nested properties | get | /cmis/nestedProperties{repositoryId} |
Returns the nested properties of the specified object | get | /cmis/nestedProperty{repositoryId} |
Gets the specified object by ID | get | /cmis/objectbyid |
Gets the specified object by path | get | /cmis/objectbypath{repositoryId} |
Gets the parent for the specified node | get | /cmis/parents{repositoryId} |
Queries a service document for the specified repository | get | /cmis/query/q{repositoryId} |
Returns a list of available CMIS repositories | get | /cmis/repository |
Returns information about a CMIS repository | get | /cmis/repository{repositoryId} |
Gets the content stream for the specified object | get | /cmis/stream{repositoryId} |
Gets the type definitions for the specified repository | get | /cmis/typebyid{repositoryId} |
Returns the list of object types defined for the specified repository | get | /cmis/typesChildren{repositoryId} |
Returns the set of descendant object types defined for the specified repository | get | /cmis/typesDescendants{repositoryId} |
Gets the type definitions of specified repository | get | /cmis/type{repositoryId} |
Creates or moves a child object in the specified repository | post | /cmis/children{repositoryId} |
Deletes a document from the specified repository using POST | post | /cmis/document{repositoryId} |
Deletes a folder from the specified repository using POST | post | /cmis/folder{repositoryId} |
Queries a service document for the specified repository using POST | post | /cmis/query{repositoryId} |
Creates the content stream for the specified object | post | /cmis/stream{repositoryId} |
Updates the properties of a document | put | /cmis/document{repositoryId} |
Updates the properties of a folder | put | /cmis/folder{repositoryId} |
Sets the content stream for the specified object | put | /cmis/stream{repositoryId} |