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} |
Creates or moves a child object in the specified repository | post | /cmis/children{repositoryId} |
Deletes the children of the specified folder | delete | /cmis/descendants{repositoryId} |
Deletes a document from the specified repository | delete | /cmis/document{repositoryId} |
Retrieves the properties of document | get | /cmis/document{repositoryId} |
Deletes a document from the specified repository using POST | post | /cmis/document{repositoryId} |
Updates the properties of a document | put | /cmis/document{repositoryId} |
Deletes a folder from the specified repository | delete | /cmis/folder{repositoryId} |
Gets the list of properties of a folder | get | /cmis/folder{repositoryId} |
Deletes a folder from the specified repository using POST | post | /cmis/folder{repositoryId} |
Updates the properties of a folder | put | /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} |
Queries a service document for the specified repository using POST | post | /cmis/query{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} |
Creates the content stream for the specified object | post | /cmis/stream{repositoryId} |
Sets the content stream for the specified object | put | /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} |
Retrieves a list by compound ID | get | /lists/({compoundId: .+}) |
Retrieve current values of general preference settings | get | /preferences/general |
Provide values for general preference settings | put | /preferences/general |
Retrieves lists in a portal based on search criteria | get | /spaces/{spacename}/lists |
Creates a new list | post | /spaces/{spacename}/lists |
Deletes a list | delete | /spaces/{spacename}/lists/({id: .+}) |
Retrieves a list by ID | get | /spaces/{spacename}/lists/({id: .+}) |
Updates a list definition | put | /spaces/{spacename}/lists/({id: .+}) |
Retrieves rows in a list based on search criteria | get | /spaces/{spacename}/lists/({id: .+})/rows |
Creates a new row in a list | post | /spaces/{spacename}/lists/({id: .+})/rows |
Retrieves all columns in a list | get | /spaces/{spacename}/lists/({listid: .+})/columns |
Creates a new column in a lists | post | /spaces/{spacename}/lists/({listid: .+})/columns |
Deletes a column in a list | delete | /spaces/{spacename}/lists/({listid: .+})/columns/({columnid: .+}) |
Retrieves a column in a list | get | /spaces/{spacename}/lists/({listid: .+})/columns/({columnid: .+}) |
Updates a column in a list | put | /spaces/{spacename}/lists/({listid: .+})/columns/({columnid: .+}) |
Deletes a row in a list | delete | /spaces/{spacename}/lists/({listid: .+})/rows/({rowid: .+}) |
Retrieves a row in a list | get | /spaces/{spacename}/lists/({listid: .+})/rows/({rowid: .+}) |
Updates a row in a list | put | /spaces/{spacename}/lists/({listid: .+})/rows/({rowid: .+}) |
Query for Business Objects | get | /v1/portal/businessobjects |
Get Business Object details given its short ID | get | /v1/portal/businessobjects/{id} |
Query for DP TaskFlows | get | /v1/portal/dptaskflows |
Upload DP TaskFlow metadata files (page and pageDef) | post | /v1/portal/dptaskflows |
Get DP TaskFlow details given its short ID | get | /v1/portal/dptaskflows/{id} |
Download DP TaskFlow to an EAR file | get | /v1/portal/dptaskflows/{id}/archive |
Query for Layouts | get | /v1/portal/layouts |
Upload Layout metadata file | post | /v1/portal/layouts |
Get layout details given its short ID | get | /v1/portal/layouts/{id} |
Update layout given its short ID | put | /v1/portal/layouts/{id} |
Download layout to an EAR file | get | /v1/portal/layouts/{id}/archive |
Query for navigation nodes | get | /v1/portal/navigationnodes |
Create a new navigation node | post | /v1/portal/navigationnodes |
Get navigation node details given its short ID | get | /v1/portal/navigationnodes/{id} |
Update a navigation node given its short ID | put | /v1/portal/navigationnodes/{id} |
Get all child nodes for a navigation node given its shortID | get | /v1/portal/navigationnodes/{id}/childNodes |
Add a child node to a navigation node | post | /v1/portal/navigationnodes/{id}/childNodes |
Remove a child node | delete | /v1/portal/navigationnodes/{id}/childNodes/{nodeId} |
Get a child node | get | /v1/portal/navigationnodes/{id}/childNodes/{nodeId} |
Add a child node in a specific position | post | /v1/portal/navigationnodes/{id}/childNodes/{toFollow} |
Get all page variants for a navigation node given its shortID | get | /v1/portal/navigationnodes/{id}/pageVariants |
Add a page variant to a navigation node | post | /v1/portal/navigationnodes/{id}/pageVariants |
Query for Pages | get | /v1/portal/pages |
Create a new page | post | /v1/portal/pages |
Query for Page Styles | get | /v1/portal/pagestyles |
Upload Page Style metadata files (page and pageDef) | post | /v1/portal/pagestyles |
Get page style details given its short ID | get | /v1/portal/pagestyles/{id} |
Update page style given its short ID | put | /v1/portal/pagestyles/{id} |
Download page style to an EAR file | get | /v1/portal/pagestyles/{id}/archive |
Get the content items for a given page style | get | /v1/portal/pagestyles/{id}/contentItems |
Get page details given its short ID | get | /v1/portal/pages{id} |
Update page given its short ID | put | /v1/portal/pages{id} |
Get the content items for a given page | get | /v1/portal/pages{id}/contentItems |
Query for Page Templates | get | /v1/portal/pagetemplates |
Create a new Page Template | post | /v1/portal/pagetemplates |
Get Page Template details given its short ID | get | /v1/portal/pagetemplates/{id} |
Update Page Template given its short ID | put | /v1/portal/pagetemplates/{id} |
Download Page Template to an EAR file | get | /v1/portal/pagetemplates/{id}/archive |
Query for portals; when search criteria is omitted, all portals will be returned. | get | /v1/portal/portals |
Query for portals to import portal(s) from a PAR file | post | /v1/portal/portals |
Get portal details given its short ID | get | /v1/portal/portals/{id} |
Update portal given its short ID | put | /v1/portal/portals/{id} |
Query for portals to export a portal to a PAR file | get | /v1/portal/portals/{portalId}/archive |
Query for Data Presenter business objects as sub-resource of a portal | get | /v1/portal/portals/{portalId}/businessobjects |
Query for content presenter templates as sub-resource of a portal | get | /v1/portal/portals/{portalId}/contentpresentertemplates |
Query for portals to import content presenter template(s) at portal or shared level | post | /v1/portal/portals/{portalId}/contentpresentertemplates |
Query for Data Presenter taskflows as sub-resource of a portal | get | /v1/portal/portals/{portalId}/dptaskflows |
Query for portals to import data presenter taskflow(s) at portal or shared level | post | /v1/portal/portals/{portalId}/dptaskflows |
Query for layouts as sub-resource of a portal | get | /v1/portal/portals/{portalId}/layouts |
Query for portals to import layout(s) at portal or shared level | post | /v1/portal/portals/{portalId}/layouts |
Query for members as sub-resource of a portal | get | /v1/portal/portals/{portalId}/members |
Create a member as a sub-resource of a portal | post | /v1/portal/portals/{portalId}/members |
Query for navigation nodes as sub-resource of a portal | get | /v1/portal/portals/{portalId}/navigationnodes |
Create a navigation node as a sub-resource of a portal | post | /v1/portal/portals/{portalId}/navigationnodes |
Query for pages as subresource of a portal given its short ID | get | /v1/portal/portals/{portalId}/pages |
Create page within a portal given its short ID | post | /v1/portal/portals/{portalId}/pages |
Query for Page Styles as sub-resource of a portal | get | /v1/portal/portals/{portalId}/pagestyles |
Query for portals to import page style(s) at portal or shared level | post | /v1/portal/portals/{portalId}/pagestyles |
Query for page templates as sub-resource of a portal | get | /v1/portal/portals/{portalId}/pagetemplates |
Create a page template as a sub-resource of a portal | post | /v1/portal/portals/{portalId}/pagetemplates |
Query for Resource Catalogs as sub-resource of a portal | get | /v1/portal/portals/{portalId}/resourcecatalogs |
Query for portals to import resource catalog(s) at portal or shared level | post | /v1/portal/portals/{portalId}/resourcecatalogs |
Query for REST DataServices as sub-resource of a portal | get | /v1/portal/portals/{portalId}/restdataservices |
Query for Skins as sub-resource of a portal | get | /v1/portal/portals/{portalId}/skins |
Query for portals to import skin(s) at portal or shared level | post | /v1/portal/portals/{portalId}/skins |
Query for SQL DataServices as sub-resource of a portal | get | /v1/portal/portals/{portalId}/sqldataservices |
Query for taskflows as sub-resource of a portal | get | /v1/portal/portals/{portalId}/taskflows |
Create a taskflow as a sub-resource of a portal | post | /v1/portal/portals/{portalId}/taskflows |
Query for visualization templates as sub-resource of a portal | get | /v1/portal/portals/{portalId}/visualizationtemplates |
Query for portals to import visualization template(s) at portal or shared level | post | /v1/portal/portals/{portalId}/visualizationtemplates |
Query for portal templates; when search criteria is omitted, all portal templates will be returned. | get | /v1/portal/portaltemplates |
Query for portal templates to import portal template(s) from a PAR file | post | /v1/portal/portaltemplates |
Get portal template details given its short ID | get | /v1/portal/portaltemplates/{id} |
Update portal template given its short ID | put | /v1/portal/portaltemplates/{id} |
Query for portal templates to export a portal template to a PAR file | get | /v1/portal/portaltemplates/{portalTemplateId}/archive |
Query for Data Presenter business objects as sub-resource of a portal template | get | /v1/portal/portaltemplates/{portalTemplateId}/businessobjects |
Query for content presenter templates as sub-resource of a portal template | get | /v1/portal/portaltemplates/{portalTemplateId}/contentpresentertemplates |
Query for portals to import content presenter template(s) at portal template or shared level | post | /v1/portal/portaltemplates/{portalTemplateId}/contentpresentertemplates |
Query for Data Presenter taskflows as sub-resource of a portal template | get | /v1/portal/portaltemplates/{portalTemplateId}/dptaskflows |
Query for portal templates to import data presenter taskflow(s) at portal template or shared level | post | /v1/portal/portaltemplates/{portalTemplateId}/dptaskflows |
Query for layouts as sub-resource of a portali template | get | /v1/portal/portaltemplates/{portalTemplateId}/layouts |
Create a layout as a sub-resource of a portal template | post | /v1/portal/portaltemplates/{portalTemplateId}/layouts |
Query for members as sub-resource of a portal template | get | /v1/portal/portaltemplates/{portalTemplateId}/members |
Create a member as a sub-resource of a portal template | post | /v1/portal/portaltemplates/{portalTemplateId}/members |
Query for navigation nodes as sub-resource of a portal template | get | /v1/portal/portaltemplates/{portalTemplateId}/navigationnodes |
Create a navigation node as a sub-resource of a portal template | post | /v1/portal/portaltemplates/{portalTemplateId}/navigationnodes |
Query for pages as subresource of a portal template given its short ID | get | /v1/portal/portaltemplates/{portalTemplateId}/pages |
Create page within a portal given its short ID | post | /v1/portal/portaltemplates/{portalTemplateId}/pages |
Query for Page Styles as sub-resource of a portal template | get | /v1/portal/portaltemplates/{portalTemplateId}/pagestyles |
Create a page style as a sub-resource of a portal template | post | /v1/portal/portaltemplates/{portalTemplateId}/pagestyles |
Query for page templates as sub-resource of a portal template | get | /v1/portal/portaltemplates/{portalTemplateId}/pagetemplates |
Query for portal templates to import page template(s) at portal or shared level | post | /v1/portal/portaltemplates/{portalTemplateId}/pagetemplates |
Query for Resource Catalogs as sub-resource of a portal template | get | /v1/portal/portaltemplates/{portalTemplateId}/resourcecatalogs |
Query for portal templates to import resource catalog(s) at portal template or shared level | post | /v1/portal/portaltemplates/{portalTemplateId}/resourcecatalogs |
Query for REST DataServices as sub-resource of a portal template | get | /v1/portal/portaltemplates/{portalTemplateId}/restdataservices |
Query for Skins as sub-resource of a portali template | get | /v1/portal/portaltemplates/{portalTemplateId}/skins |
Query for portals to import skin(s) at portal or shared level | post | /v1/portal/portaltemplates/{portalTemplateId}/skins |
Query for SQL DataServices as sub-resource of a portal template | get | /v1/portal/portaltemplates/{portalTemplateId}/sqldataservices |
Query for taskflows as sub-resource of a portal template | get | /v1/portal/portaltemplates/{portalTemplateId}/taskflows |
Query for portal templates to import taskflow(s) at portal template or shared level | post | /v1/portal/portaltemplates/{portalTemplateId}/taskflows |
Query for visualization templates as sub-resource of a portal template | get | /v1/portal/portaltemplates/{portalTemplateId}/visualizationtemplates |
Query for portals to import visualization template(s) at portal template or shared level | post | /v1/portal/portaltemplates/{portalTemplateId}/visualizationtemplates |
Query for Resource Catalogs | get | /v1/portal/resourcecatalogs |
Upload Resource Catalog metadata file | post | /v1/portal/resourcecatalogs |
Get page style details given its short ID | get | /v1/portal/resourcecatalogs/{id} |
Update resource catalog given its short ID | put | /v1/portal/resourcecatalogs/{id} |
Download resource catalog to an EAR file | get | /v1/portal/resourcecatalogs/{id}/archive |
Query for REST DataServices | get | /v1/portal/restdataservices |
Get REST DataService details given its short ID | get | /v1/portal/restdataservices/{id} |
Query for Skins | get | /v1/portal/skins |
Upload Skin metadata file | post | /v1/portal/skins |
Get skin details given its short ID | get | /v1/portal/skins/{id} |
Update skin given its short ID | put | /v1/portal/skins/{id} |
Download skin to an EAR file | get | /v1/portal/skins/{id}/archive |
Query for SQL DataServices | get | /v1/portal/sqldataservices |
Get SQL DataService details given its short ID | get | /v1/portal/sqldataservices/{id} |
Query for TaskFlows | get | /v1/portal/taskflows |
Upload TaskFlow metadata files (page and pageDef) | post | /v1/portal/taskflows |
Get TaskFlow details given its short ID | get | /v1/portal/taskflows/{id} |
Update TaskFlow given its short ID | put | /v1/portal/taskflows/{id} |
Download TaskFlow to an EAR file | get | /v1/portal/taskflows/{id}/archive |
Query for Visualization Templates | get | /v1/portal/visualizationtemplates |
Create a new Visualization Template | post | /v1/portal/visualizationtemplates |
Get Visualization Template details given its short ID | get | /v1/portal/visualizationtemplates/{id} |
Update Visualization Template given its short ID | put | /v1/portal/visualizationtemplates/{id} |
Download Visualization Template to an EAR file | get | /v1/portal/visualizationtemplates/{id}/archive |