All REST Endpoints

businessobjects
The operations from the businessobjects category.
Retrieve Business Object Details by Short ID
Method: get
Path: /v1/portal/businessobjects/{id}
Retrieve all Business Objects
Method: get
Path: /v1/portal/businessobjects
cmis
The operations from the cmis category.
Create Content Stream for the specified object
Method: post
Path: /cmis/stream{repositoryId}
Creates a child object in the specified repository
Method: post
Path: /cmis/children{repositoryId}
Delete Document
Method: delete
Path: /cmis/document{repositoryId}
Delete Document using POST
Method: post
Path: /cmis/document{repositoryId}
Delete Folder
Method: delete
Path: /cmis/folder{repositoryId}
Delete Folder using POST
Method: post
Path: /cmis/folder{repositoryId}
Deletes the children of the specified folder
Method: delete
Path: /cmis/descendants{repositoryId}
Gets the list of properties of a document
Method: get
Path: /cmis/document{repositoryId}
Gets the type definitions of specified repository
Method: get
Path: /cmis/type{repositoryId}
Queries a service document for the specified repository
Method: get
Path: /cmis/query/q{repositoryId}
Queries a service document for the specified repository
Method: post
Path: /cmis/query{repositoryId}
Retrieve Actions for an Object
Method: get
Path: /cmis/allowableActions{repositoryId}
Retrieve Child Objects
Method: get
Path: /cmis/children{repositoryId}
Retrieve Content Stream for an Object
Method: get
Path: /cmis/stream{repositoryId}
Retrieve Folder Properties
Method: get
Path: /cmis/folder{repositoryId}
Retrieve Object by ID
Method: get
Path: /cmis/objectbyid
Retrieve Object by Path
Method: get
Path: /cmis/objectbypath{repositoryId}
Retrieve Parent Node
Method: get
Path: /cmis/parents{repositoryId}
Retrieve Type Definition for the Repository
Method: get
Path: /cmis/typebyid{repositoryId}
Returns a list of available CMIS repositories
Method: get
Path: /cmis/repository
Returns information about a CMIS repository
Method: get
Path: /cmis/repository{repositoryId}
Returns the list of object types defined for the specified repository
Method: get
Path: /cmis/typesChildren{repositoryId}
Returns the nested properties of the specified object
Method: get
Path: /cmis/nestedProperties{repositoryId}
Returns the nested property of the specified object
Method: get
Path: /cmis/nestedProperty{repositoryId}
Returns the set of descendant object types defined for the specified repository
Method: get
Path: /cmis/typesDescendants{repositoryId}
Set Content Stream for an object
Method: put
Path: /cmis/stream{repositoryId}
Update Document Properties
Method: put
Path: /cmis/document{repositoryId}
Update Folder Properties
Method: put
Path: /cmis/folder{repositoryId}
dptaskflows
The operations from the dptaskflows category.
Download DP TaskFlow
Method: get
Path: /v1/portal/dptaskflows/{id}/archive
Retrieve DP Task Flow Details by Short ID
Method: get
Path: /v1/portal/dptaskflows/{id}
Retrieve DP TaskFlow
Method: get
Path: /v1/portal/dptaskflows
Upload DP Taskflow Metadata file
Method: post
Path: /v1/portal/dptaskflows
layouts
The operations from the layouts category.
Download layout
Method: get
Path: /v1/portal/layouts/{id}/archive
Retrieve Layout Details by Short ID
Method: get
Path: /v1/portal/layouts/{id}
Retrieve Layouts
Method: get
Path: /v1/portal/layouts
Update layout by short ID
Method: put
Path: /v1/portal/layouts/{id}
Upload Layout Metadata File
Method: post
Path: /v1/portal/layouts
lists
The operations from the lists category.
Create a row in a list
Method: post
Path: /spaces/{spacename}/lists/({id: .+})/rows
Create list
Method: post
Path: /spaces/{spacename}/lists
Creates a column in a list
Method: post
Path: /spaces/{spacename}/lists/({listid: .+})/columns
Delete a column in a list
Method: delete
Path: /spaces/{spacename}/lists/({listid: .+})/columns/({columnid: .+})
Delete list
Method: delete
Path: /spaces/{spacename}/lists/({id: .+})
Deletes a row in a list
Method: delete
Path: /spaces/{spacename}/lists/({listid: .+})/rows/({rowid: .+})
Retrieve a column in a list
Method: get
Path: /spaces/{spacename}/lists/({listid: .+})/columns/({columnid: .+})
Retrieve list by compound ID
Method: get
Path: /lists/({compoundId: .+})
Retrieve list by ID
Method: get
Path: /spaces/{spacename}/lists/({id: .+})
Retrieves a row in a list
Method: get
Path: /spaces/{spacename}/lists/({listid: .+})/rows/({rowid: .+})
Retrieves all columns in a list
Method: get
Path: /spaces/{spacename}/lists/({listid: .+})/columns
Retrieves lists in a portal based on search criteria
Method: get
Path: /spaces/{spacename}/lists
Retrieves rows in a list based on search criteria
Method: get
Path: /spaces/{spacename}/lists/({id: .+})/rows
Updates a column in a list
Method: put
Path: /spaces/{spacename}/lists/({listid: .+})/columns/({columnid: .+})
Updates a list definition in a list
Method: put
Path: /spaces/{spacename}/lists/({id: .+})
Updates a row in a list
Method: put
Path: /spaces/{spacename}/lists/({listid: .+})/rows/({rowid: .+})
pages
The operations from the pages category.
Create a page
Method: post
Path: /v1/portal/pages
Retrieve Content Items for a Page
Method: get
Path: /v1/portal/pages{id}/contentItems
Retrieve page details by short ID
Method: get
Path: /v1/portal/pages{id}
Retrieve Pages
Method: get
Path: /v1/portal/pages
Update Pages by Short ID
Method: put
Path: /v1/portal/pages{id}
pagestyles
The operations from the pagestyles category.
Download page style
Method: get
Path: /v1/portal/pagestyles/{id}/archive
Retrieve Content Items for a Page Style
Method: get
Path: /v1/portal/pagestyles/{id}/contentItems
Retrieve Page Style
Method: get
Path: /v1/portal/pagestyles
Retrieve Page Style Details by Short ID
Method: get
Path: /v1/portal/pagestyles/{id}
Update page style given its short ID
Method: put
Path: /v1/portal/pagestyles/{id}
Upload Page Style Metadata file (page and pageDef)
Method: post
Path: /v1/portal/pagestyles
pagetemplates
The operations from the pagetemplates category.
Create Page Template
Method: post
Path: /v1/portal/pagetemplates
Download Page Template
Method: get
Path: /v1/portal/pagetemplates/{id}/archive
Retrieve Page Templates
Method: get
Path: /v1/portal/pagetemplates
Retrieve Page Templates by Short ID
Method: get
Path: /v1/portal/pagetemplates/{id}
Update Page Template by short ID
Method: put
Path: /v1/portal/pagetemplates/{id}
portalTemplates
The operations from the portalTemplates category.
Retrieve Portal Templates
Method: get
Path: /v1/portal/portaltemplates
Retrieve Portal Templates Details by Short ID
Method: get
Path: /v1/portal/portaltemplates/{id}
portals
The operations from the portals category.
Create Member for a Portal
Method: post
Path: /v1/portal/portals/{portalId}/members
Create Navigation Node for a Portal
Method: post
Path: /v1/portal/portals/{portalId}/navigationnodes
Create Page in a Portal by Short ID
Method: post
Path: /v1/portal/portals/{portalId}/pages
Create Page Template for a Portal
Method: post
Path: /v1/portal/portals/{portalId}/pagetemplates
Export Portal to a PAR File
Method: get
Path: /v1/portal/portals/{portalId}/archive
Import Visualization Template
Method: post
Path: /v1/portal/portals/{portalId}/visualizationtemplates
Import content presenter template(s) at portal or shared level
Method: post
Path: /v1/portal/portals/{portalId}/contentpresentertemplates
Import data presenter taskflow(s) at portal or shared level
Method: post
Path: /v1/portal/portals/{portalId}/dptaskflows
Import layout(s) at portal or shared level
Method: post
Path: /v1/portal/portals/{portalId}/layouts
Import page style(s) at portal or shared level
Method: post
Path: /v1/portal/portals/{portalId}/pagestyles
Import portal(s) from a PAR file
Method: post
Path: /v1/portal/portals
Import resource catalog
Method: post
Path: /v1/portal/portals/{portalId}/resourcecatalogs
Import Skin
Method: post
Path: /v1/portal/portals/{portalId}/skins
Query for Data Presenter business objects as sub-resource of a portal
Method: get
Path: /v1/portal/portals/{portalId}/businessobjects
Query for Data Presenter taskflows as sub-resource of a portal
Method: get
Path: /v1/portal/portals/{portalId}/dptaskflows
Query for layouts as sub-resource of a portal
Method: get
Path: /v1/portal/portals/{portalId}/layouts
Query for members as sub-resource of a portal
Method: get
Path: /v1/portal/portals/{portalId}/members
Query for navigation nodes as sub-resource of a portal
Method: get
Path: /v1/portal/portals/{portalId}/navigationnodes
Query for Page Styles as sub-resource of a portal
Method: get
Path: /v1/portal/portals/{portalId}/pagestyles
Query for page templates as sub-resource of a portal
Method: get
Path: /v1/portal/portals/{portalId}/pagetemplates
Retrieve Content Presenter Templates of a Portal
Method: get
Path: /v1/portal/portals/{portalId}/contentpresentertemplates
Retrieve Pages of a Portal
Method: get
Path: /v1/portal/portals/{portalId}/pages
Retrieve Portal Details by Short ID
Method: get
Path: /v1/portal/portals/{id}
Retrieve Portals
Method: get
Path: /v1/portal/portals
Retrieve Resource Catalog
Method: get
Path: /v1/portal/portals/{portalId}/resourcecatalogs
Retrieve REST DataServices
Method: get
Path: /v1/portal/portals/{portalId}/restdataservices
Retrieve Skins
Method: get
Path: /v1/portal/portals/{portalId}/skins
Retrieve SQL DataServices
Method: get
Path: /v1/portal/portals/{portalId}/sqldataservices
Retrieve visualization templates
Method: get
Path: /v1/portal/portals/{portalId}/visualizationtemplates
Update Portal by Short ID
Method: put
Path: /v1/portal/portals/{id}
preferences
The operations from the preferences category.
Provide values for general preference settings
Method: put
Path: /preferences/general
Retrieve General Preference Settings Values
Method: get
Path: /preferences/general
resourcecatalogs
The operations from the resourcecatalogs category.
Download Resource Catalog
Method: get
Path: /v1/portal/resourcecatalogs/{id}/archive
Retrieve Page Style Details by Short ID
Method: get
Path: /v1/portal/resourcecatalogs/{id}
Retrieve Resource Catalogs
Method: get
Path: /v1/portal/resourcecatalogs
Update Resource Catalog by Short ID
Method: put
Path: /v1/portal/resourcecatalogs/{id}
Upload Resource Catalog metadata file
Method: post
Path: /v1/portal/resourcecatalogs
restdataservices
The operations from the restdataservices category.
Retrieve REST Data Service
Method: get
Path: /v1/portal/restdataservices
Retrieve REST Data Service Details by Short ID
Method: get
Path: /v1/portal/restdataservices/{id}
skins
The operations from the skins category.
Download skin
Method: get
Path: /v1/portal/skins/{id}/archive
Retrieve all Skins
Method: get
Path: /v1/portal/skins
Retrieve Skin Details by Short ID
Method: get
Path: /v1/portal/skins/{id}
Update skin given its short ID
Method: put
Path: /v1/portal/skins/{id}
Upload Skin metadata file
Method: post
Path: /v1/portal/skins
sqldataservices
The operations from the sqldataservices category.
Retrieve SQL DataService
Method: get
Path: /v1/portal/sqldataservices
Retrieve SQL DataService by Short ID
Method: get
Path: /v1/portal/sqldataservices/{id}
visualizationtemplates
The operations from the visualizationtemplates category.
Create a Visualization Template
Method: post
Path: /v1/portal/visualizationtemplates
Download Visualization Template
Method: get
Path: /v1/portal/visualizationtemplates/{id}/archive
Retrieve all Visualization Templates
Method: get
Path: /v1/portal/visualizationtemplates
Retrieve Visualization Template Details by Short ID
Method: get
Path: /v1/portal/visualizationtemplates/{id}
Update Visualization Template given its short ID
Method: put
Path: /v1/portal/visualizationtemplates/{id}
All Endpoints
Create a page
Method: post
Path: /v1/portal/pages
Create a row in a list
Method: post
Path: /spaces/{spacename}/lists/({id: .+})/rows
Create a Visualization Template
Method: post
Path: /v1/portal/visualizationtemplates
Create Content Stream for the specified object
Method: post
Path: /cmis/stream{repositoryId}
Create list
Method: post
Path: /spaces/{spacename}/lists
Create Member for a Portal
Method: post
Path: /v1/portal/portals/{portalId}/members
Create Navigation Node for a Portal
Method: post
Path: /v1/portal/portals/{portalId}/navigationnodes
Create Page in a Portal by Short ID
Method: post
Path: /v1/portal/portals/{portalId}/pages
Create Page Template
Method: post
Path: /v1/portal/pagetemplates
Create Page Template for a Portal
Method: post
Path: /v1/portal/portals/{portalId}/pagetemplates
Creates a child object in the specified repository
Method: post
Path: /cmis/children{repositoryId}
Creates a column in a list
Method: post
Path: /spaces/{spacename}/lists/({listid: .+})/columns
Delete a column in a list
Method: delete
Path: /spaces/{spacename}/lists/({listid: .+})/columns/({columnid: .+})
Delete Document
Method: delete
Path: /cmis/document{repositoryId}
Delete Document using POST
Method: post
Path: /cmis/document{repositoryId}
Delete Folder
Method: delete
Path: /cmis/folder{repositoryId}
Delete Folder using POST
Method: post
Path: /cmis/folder{repositoryId}
Delete list
Method: delete
Path: /spaces/{spacename}/lists/({id: .+})
Deletes a row in a list
Method: delete
Path: /spaces/{spacename}/lists/({listid: .+})/rows/({rowid: .+})
Deletes the children of the specified folder
Method: delete
Path: /cmis/descendants{repositoryId}
Download DP TaskFlow
Method: get
Path: /v1/portal/dptaskflows/{id}/archive
Download layout
Method: get
Path: /v1/portal/layouts/{id}/archive
Download page style
Method: get
Path: /v1/portal/pagestyles/{id}/archive
Download Page Template
Method: get
Path: /v1/portal/pagetemplates/{id}/archive
Download Resource Catalog
Method: get
Path: /v1/portal/resourcecatalogs/{id}/archive
Download skin
Method: get
Path: /v1/portal/skins/{id}/archive
Download Visualization Template
Method: get
Path: /v1/portal/visualizationtemplates/{id}/archive
Export Portal to a PAR File
Method: get
Path: /v1/portal/portals/{portalId}/archive
Gets the list of properties of a document
Method: get
Path: /cmis/document{repositoryId}
Gets the type definitions of specified repository
Method: get
Path: /cmis/type{repositoryId}
Import Visualization Template
Method: post
Path: /v1/portal/portals/{portalId}/visualizationtemplates
Import content presenter template(s) at portal or shared level
Method: post
Path: /v1/portal/portals/{portalId}/contentpresentertemplates
Import data presenter taskflow(s) at portal or shared level
Method: post
Path: /v1/portal/portals/{portalId}/dptaskflows
Import layout(s) at portal or shared level
Method: post
Path: /v1/portal/portals/{portalId}/layouts
Import page style(s) at portal or shared level
Method: post
Path: /v1/portal/portals/{portalId}/pagestyles
Import portal(s) from a PAR file
Method: post
Path: /v1/portal/portals
Import resource catalog
Method: post
Path: /v1/portal/portals/{portalId}/resourcecatalogs
Import Skin
Method: post
Path: /v1/portal/portals/{portalId}/skins
Provide values for general preference settings
Method: put
Path: /preferences/general
Queries a service document for the specified repository
Method: get
Path: /cmis/query/q{repositoryId}
Queries a service document for the specified repository
Method: post
Path: /cmis/query{repositoryId}
Query for Data Presenter business objects as sub-resource of a portal
Method: get
Path: /v1/portal/portals/{portalId}/businessobjects
Query for Data Presenter taskflows as sub-resource of a portal
Method: get
Path: /v1/portal/portals/{portalId}/dptaskflows
Query for layouts as sub-resource of a portal
Method: get
Path: /v1/portal/portals/{portalId}/layouts
Query for members as sub-resource of a portal
Method: get
Path: /v1/portal/portals/{portalId}/members
Query for navigation nodes as sub-resource of a portal
Method: get
Path: /v1/portal/portals/{portalId}/navigationnodes
Query for Page Styles as sub-resource of a portal
Method: get
Path: /v1/portal/portals/{portalId}/pagestyles
Query for page templates as sub-resource of a portal
Method: get
Path: /v1/portal/portals/{portalId}/pagetemplates
Retrieve Business Object Details by Short ID
Method: get
Path: /v1/portal/businessobjects/{id}
Retrieve a column in a list
Method: get
Path: /spaces/{spacename}/lists/({listid: .+})/columns/({columnid: .+})
Retrieve Actions for an Object
Method: get
Path: /cmis/allowableActions{repositoryId}
Retrieve all Business Objects
Method: get
Path: /v1/portal/businessobjects
Retrieve all Skins
Method: get
Path: /v1/portal/skins
Retrieve all Visualization Templates
Method: get
Path: /v1/portal/visualizationtemplates
Retrieve Child Objects
Method: get
Path: /cmis/children{repositoryId}
Retrieve Content Items for a Page
Method: get
Path: /v1/portal/pages{id}/contentItems
Retrieve Content Items for a Page Style
Method: get
Path: /v1/portal/pagestyles/{id}/contentItems
Retrieve Content Presenter Templates of a Portal
Method: get
Path: /v1/portal/portals/{portalId}/contentpresentertemplates
Retrieve Content Stream for an Object
Method: get
Path: /cmis/stream{repositoryId}
Retrieve DP Task Flow Details by Short ID
Method: get
Path: /v1/portal/dptaskflows/{id}
Retrieve DP TaskFlow
Method: get
Path: /v1/portal/dptaskflows
Retrieve Folder Properties
Method: get
Path: /cmis/folder{repositoryId}
Retrieve General Preference Settings Values
Method: get
Path: /preferences/general
Retrieve Layout Details by Short ID
Method: get
Path: /v1/portal/layouts/{id}
Retrieve Layouts
Method: get
Path: /v1/portal/layouts
Retrieve list by compound ID
Method: get
Path: /lists/({compoundId: .+})
Retrieve list by ID
Method: get
Path: /spaces/{spacename}/lists/({id: .+})
Retrieve Object by ID
Method: get
Path: /cmis/objectbyid
Retrieve Object by Path
Method: get
Path: /cmis/objectbypath{repositoryId}
Retrieve page details by short ID
Method: get
Path: /v1/portal/pages{id}
Retrieve Page Style
Method: get
Path: /v1/portal/pagestyles
Retrieve Page Style Details by Short ID
Method: get
Path: /v1/portal/pagestyles/{id}
Retrieve Page Style Details by Short ID
Method: get
Path: /v1/portal/resourcecatalogs/{id}
Retrieve Page Templates
Method: get
Path: /v1/portal/pagetemplates
Retrieve Page Templates by Short ID
Method: get
Path: /v1/portal/pagetemplates/{id}
Retrieve Pages
Method: get
Path: /v1/portal/pages
Retrieve Pages of a Portal
Method: get
Path: /v1/portal/portals/{portalId}/pages
Retrieve Parent Node
Method: get
Path: /cmis/parents{repositoryId}
Retrieve Portal Details by Short ID
Method: get
Path: /v1/portal/portals/{id}
Retrieve Portal Templates
Method: get
Path: /v1/portal/portaltemplates
Retrieve Portal Templates Details by Short ID
Method: get
Path: /v1/portal/portaltemplates/{id}
Retrieve Portals
Method: get
Path: /v1/portal/portals
Retrieve Resource Catalog
Method: get
Path: /v1/portal/portals/{portalId}/resourcecatalogs
Retrieve Resource Catalogs
Method: get
Path: /v1/portal/resourcecatalogs
Retrieve REST Data Service
Method: get
Path: /v1/portal/restdataservices
Retrieve REST Data Service Details by Short ID
Method: get
Path: /v1/portal/restdataservices/{id}
Retrieve REST DataServices
Method: get
Path: /v1/portal/portals/{portalId}/restdataservices
Retrieve Skin Details by Short ID
Method: get
Path: /v1/portal/skins/{id}
Retrieve Skins
Method: get
Path: /v1/portal/portals/{portalId}/skins
Retrieve SQL DataService
Method: get
Path: /v1/portal/sqldataservices
Retrieve SQL DataService by Short ID
Method: get
Path: /v1/portal/sqldataservices/{id}
Retrieve SQL DataServices
Method: get
Path: /v1/portal/portals/{portalId}/sqldataservices
Retrieve Type Definition for the Repository
Method: get
Path: /cmis/typebyid{repositoryId}
Retrieve Visualization Template Details by Short ID
Method: get
Path: /v1/portal/visualizationtemplates/{id}
Retrieve visualization templates
Method: get
Path: /v1/portal/portals/{portalId}/visualizationtemplates
Retrieves a row in a list
Method: get
Path: /spaces/{spacename}/lists/({listid: .+})/rows/({rowid: .+})
Retrieves all columns in a list
Method: get
Path: /spaces/{spacename}/lists/({listid: .+})/columns
Retrieves lists in a portal based on search criteria
Method: get
Path: /spaces/{spacename}/lists
Retrieves rows in a list based on search criteria
Method: get
Path: /spaces/{spacename}/lists/({id: .+})/rows
Returns a list of available CMIS repositories
Method: get
Path: /cmis/repository
Returns information about a CMIS repository
Method: get
Path: /cmis/repository{repositoryId}
Returns the list of object types defined for the specified repository
Method: get
Path: /cmis/typesChildren{repositoryId}
Returns the nested properties of the specified object
Method: get
Path: /cmis/nestedProperties{repositoryId}
Returns the nested property of the specified object
Method: get
Path: /cmis/nestedProperty{repositoryId}
Returns the set of descendant object types defined for the specified repository
Method: get
Path: /cmis/typesDescendants{repositoryId}
Set Content Stream for an object
Method: put
Path: /cmis/stream{repositoryId}
Update Document Properties
Method: put
Path: /cmis/document{repositoryId}
Update Folder Properties
Method: put
Path: /cmis/folder{repositoryId}
Update layout by short ID
Method: put
Path: /v1/portal/layouts/{id}
Update page style given its short ID
Method: put
Path: /v1/portal/pagestyles/{id}
Update Page Template by short ID
Method: put
Path: /v1/portal/pagetemplates/{id}
Update Pages by Short ID
Method: put
Path: /v1/portal/pages{id}
Update Portal by Short ID
Method: put
Path: /v1/portal/portals/{id}
Update Resource Catalog by Short ID
Method: put
Path: /v1/portal/resourcecatalogs/{id}
Update skin given its short ID
Method: put
Path: /v1/portal/skins/{id}
Update Visualization Template given its short ID
Method: put
Path: /v1/portal/visualizationtemplates/{id}
Updates a column in a list
Method: put
Path: /spaces/{spacename}/lists/({listid: .+})/columns/({columnid: .+})
Updates a list definition in a list
Method: put
Path: /spaces/{spacename}/lists/({id: .+})
Updates a row in a list
Method: put
Path: /spaces/{spacename}/lists/({listid: .+})/rows/({rowid: .+})
Upload DP Taskflow Metadata file
Method: post
Path: /v1/portal/dptaskflows
Upload Layout Metadata File
Method: post
Path: /v1/portal/layouts
Upload Page Style Metadata file (page and pageDef)
Method: post
Path: /v1/portal/pagestyles
Upload Resource Catalog metadata file
Method: post
Path: /v1/portal/resourcecatalogs
Upload Skin metadata file
Method: post
Path: /v1/portal/skins
businessobjects
The operations from the businessobjects category.
Retrieve all Business Objects
Method: get
Path: /v1/portal/businessobjects
Retrieve Business Object Details by Short ID
Method: get
Path: /v1/portal/businessobjects/{id}
cmis
The operations from the cmis category.
Retrieve Actions for an Object
Method: get
Path: /cmis/allowableActions{repositoryId}
Retrieve Child Objects
Method: get
Path: /cmis/children{repositoryId}
Creates a child object in the specified repository
Method: post
Path: /cmis/children{repositoryId}
Deletes the children of the specified folder
Method: delete
Path: /cmis/descendants{repositoryId}
Delete Document
Method: delete
Path: /cmis/document{repositoryId}
Gets the list of properties of a document
Method: get
Path: /cmis/document{repositoryId}
Delete Document using POST
Method: post
Path: /cmis/document{repositoryId}
Update Document Properties
Method: put
Path: /cmis/document{repositoryId}
Delete Folder
Method: delete
Path: /cmis/folder{repositoryId}
Retrieve Folder Properties
Method: get
Path: /cmis/folder{repositoryId}
Delete Folder using POST
Method: post
Path: /cmis/folder{repositoryId}
Update Folder Properties
Method: put
Path: /cmis/folder{repositoryId}
Returns the nested properties of the specified object
Method: get
Path: /cmis/nestedProperties{repositoryId}
Returns the nested property of the specified object
Method: get
Path: /cmis/nestedProperty{repositoryId}
Retrieve Object by ID
Method: get
Path: /cmis/objectbyid
Retrieve Object by Path
Method: get
Path: /cmis/objectbypath{repositoryId}
Retrieve Parent Node
Method: get
Path: /cmis/parents{repositoryId}
Queries a service document for the specified repository
Method: get
Path: /cmis/query/q{repositoryId}
Queries a service document for the specified repository
Method: post
Path: /cmis/query{repositoryId}
Returns a list of available CMIS repositories
Method: get
Path: /cmis/repository
Returns information about a CMIS repository
Method: get
Path: /cmis/repository{repositoryId}
Retrieve Content Stream for an Object
Method: get
Path: /cmis/stream{repositoryId}
Create Content Stream for the specified object
Method: post
Path: /cmis/stream{repositoryId}
Set Content Stream for an object
Method: put
Path: /cmis/stream{repositoryId}
Retrieve Type Definition for the Repository
Method: get
Path: /cmis/typebyid{repositoryId}
Returns the list of object types defined for the specified repository
Method: get
Path: /cmis/typesChildren{repositoryId}
Returns the set of descendant object types defined for the specified repository
Method: get
Path: /cmis/typesDescendants{repositoryId}
Gets the type definitions of specified repository
Method: get
Path: /cmis/type{repositoryId}
dptaskflows
The operations from the dptaskflows category.
Retrieve DP TaskFlow
Method: get
Path: /v1/portal/dptaskflows
Upload DP Taskflow Metadata file
Method: post
Path: /v1/portal/dptaskflows
Retrieve DP Task Flow Details by Short ID
Method: get
Path: /v1/portal/dptaskflows/{id}
Download DP TaskFlow
Method: get
Path: /v1/portal/dptaskflows/{id}/archive
layouts
The operations from the layouts category.
Retrieve Layouts
Method: get
Path: /v1/portal/layouts
Upload Layout Metadata File
Method: post
Path: /v1/portal/layouts
Retrieve Layout Details by Short ID
Method: get
Path: /v1/portal/layouts/{id}
Update layout by short ID
Method: put
Path: /v1/portal/layouts/{id}
Download layout
Method: get
Path: /v1/portal/layouts/{id}/archive
lists
The operations from the lists category.
Retrieve list by compound ID
Method: get
Path: /lists/({compoundId: .+})
Retrieves lists in a portal based on search criteria
Method: get
Path: /spaces/{spacename}/lists
Create list
Method: post
Path: /spaces/{spacename}/lists
Delete list
Method: delete
Path: /spaces/{spacename}/lists/({id: .+})
Retrieve list by ID
Method: get
Path: /spaces/{spacename}/lists/({id: .+})
Updates a list definition in a list
Method: put
Path: /spaces/{spacename}/lists/({id: .+})
Retrieves rows in a list based on search criteria
Method: get
Path: /spaces/{spacename}/lists/({id: .+})/rows
Create a row in a list
Method: post
Path: /spaces/{spacename}/lists/({id: .+})/rows
Retrieves all columns in a list
Method: get
Path: /spaces/{spacename}/lists/({listid: .+})/columns
Creates a column in a list
Method: post
Path: /spaces/{spacename}/lists/({listid: .+})/columns
Delete a column in a list
Method: delete
Path: /spaces/{spacename}/lists/({listid: .+})/columns/({columnid: .+})
Retrieve a column in a list
Method: get
Path: /spaces/{spacename}/lists/({listid: .+})/columns/({columnid: .+})
Updates a column in a list
Method: put
Path: /spaces/{spacename}/lists/({listid: .+})/columns/({columnid: .+})
Deletes a row in a list
Method: delete
Path: /spaces/{spacename}/lists/({listid: .+})/rows/({rowid: .+})
Retrieves a row in a list
Method: get
Path: /spaces/{spacename}/lists/({listid: .+})/rows/({rowid: .+})
Updates a row in a list
Method: put
Path: /spaces/{spacename}/lists/({listid: .+})/rows/({rowid: .+})
pages
The operations from the pages category.
Retrieve Pages
Method: get
Path: /v1/portal/pages
Create a page
Method: post
Path: /v1/portal/pages
Retrieve page details by short ID
Method: get
Path: /v1/portal/pages{id}
Update Pages by Short ID
Method: put
Path: /v1/portal/pages{id}
Retrieve Content Items for a Page
Method: get
Path: /v1/portal/pages{id}/contentItems
pagestyles
The operations from the pagestyles category.
Retrieve Page Style
Method: get
Path: /v1/portal/pagestyles
Upload Page Style Metadata file (page and pageDef)
Method: post
Path: /v1/portal/pagestyles
Retrieve Page Style Details by Short ID
Method: get
Path: /v1/portal/pagestyles/{id}
Update page style given its short ID
Method: put
Path: /v1/portal/pagestyles/{id}
Download page style
Method: get
Path: /v1/portal/pagestyles/{id}/archive
Retrieve Content Items for a Page Style
Method: get
Path: /v1/portal/pagestyles/{id}/contentItems
pagetemplates
The operations from the pagetemplates category.
Retrieve Page Templates
Method: get
Path: /v1/portal/pagetemplates
Create Page Template
Method: post
Path: /v1/portal/pagetemplates
Retrieve Page Templates by Short ID
Method: get
Path: /v1/portal/pagetemplates/{id}
Update Page Template by short ID
Method: put
Path: /v1/portal/pagetemplates/{id}
Download Page Template
Method: get
Path: /v1/portal/pagetemplates/{id}/archive
portalTemplates
The operations from the portalTemplates category.
Retrieve Portal Templates
Method: get
Path: /v1/portal/portaltemplates
Retrieve Portal Templates Details by Short ID
Method: get
Path: /v1/portal/portaltemplates/{id}
portals
The operations from the portals category.
Retrieve Portals
Method: get
Path: /v1/portal/portals
Import portal(s) from a PAR file
Method: post
Path: /v1/portal/portals
Retrieve Portal Details by Short ID
Method: get
Path: /v1/portal/portals/{id}
Update Portal by Short ID
Method: put
Path: /v1/portal/portals/{id}
Export Portal to a PAR File
Method: get
Path: /v1/portal/portals/{portalId}/archive
Query for Data Presenter business objects as sub-resource of a portal
Method: get
Path: /v1/portal/portals/{portalId}/businessobjects
Retrieve Content Presenter Templates of a Portal
Method: get
Path: /v1/portal/portals/{portalId}/contentpresentertemplates
Import content presenter template(s) at portal or shared level
Method: post
Path: /v1/portal/portals/{portalId}/contentpresentertemplates
Query for Data Presenter taskflows as sub-resource of a portal
Method: get
Path: /v1/portal/portals/{portalId}/dptaskflows
Import data presenter taskflow(s) at portal or shared level
Method: post
Path: /v1/portal/portals/{portalId}/dptaskflows
Query for layouts as sub-resource of a portal
Method: get
Path: /v1/portal/portals/{portalId}/layouts
Import layout(s) at portal or shared level
Method: post
Path: /v1/portal/portals/{portalId}/layouts
Query for members as sub-resource of a portal
Method: get
Path: /v1/portal/portals/{portalId}/members
Create Member for a Portal
Method: post
Path: /v1/portal/portals/{portalId}/members
Query for navigation nodes as sub-resource of a portal
Method: get
Path: /v1/portal/portals/{portalId}/navigationnodes
Create Navigation Node for a Portal
Method: post
Path: /v1/portal/portals/{portalId}/navigationnodes
Retrieve Pages of a Portal
Method: get
Path: /v1/portal/portals/{portalId}/pages
Create Page in a Portal by Short ID
Method: post
Path: /v1/portal/portals/{portalId}/pages
Query for Page Styles as sub-resource of a portal
Method: get
Path: /v1/portal/portals/{portalId}/pagestyles
Import page style(s) at portal or shared level
Method: post
Path: /v1/portal/portals/{portalId}/pagestyles
Query for page templates as sub-resource of a portal
Method: get
Path: /v1/portal/portals/{portalId}/pagetemplates
Create Page Template for a Portal
Method: post
Path: /v1/portal/portals/{portalId}/pagetemplates
Retrieve Resource Catalog
Method: get
Path: /v1/portal/portals/{portalId}/resourcecatalogs
Import resource catalog
Method: post
Path: /v1/portal/portals/{portalId}/resourcecatalogs
Retrieve REST DataServices
Method: get
Path: /v1/portal/portals/{portalId}/restdataservices
Retrieve Skins
Method: get
Path: /v1/portal/portals/{portalId}/skins
Import Skin
Method: post
Path: /v1/portal/portals/{portalId}/skins
Retrieve SQL DataServices
Method: get
Path: /v1/portal/portals/{portalId}/sqldataservices
Retrieve visualization templates
Method: get
Path: /v1/portal/portals/{portalId}/visualizationtemplates
Import Visualization Template
Method: post
Path: /v1/portal/portals/{portalId}/visualizationtemplates
preferences
The operations from the preferences category.
Retrieve General Preference Settings Values
Method: get
Path: /preferences/general
Provide values for general preference settings
Method: put
Path: /preferences/general
resourcecatalogs
The operations from the resourcecatalogs category.
Retrieve Resource Catalogs
Method: get
Path: /v1/portal/resourcecatalogs
Upload Resource Catalog metadata file
Method: post
Path: /v1/portal/resourcecatalogs
Retrieve Page Style Details by Short ID
Method: get
Path: /v1/portal/resourcecatalogs/{id}
Update Resource Catalog by Short ID
Method: put
Path: /v1/portal/resourcecatalogs/{id}
Download Resource Catalog
Method: get
Path: /v1/portal/resourcecatalogs/{id}/archive
restdataservices
The operations from the restdataservices category.
Retrieve REST Data Service
Method: get
Path: /v1/portal/restdataservices
Retrieve REST Data Service Details by Short ID
Method: get
Path: /v1/portal/restdataservices/{id}
skins
The operations from the skins category.
Retrieve all Skins
Method: get
Path: /v1/portal/skins
Upload Skin metadata file
Method: post
Path: /v1/portal/skins
Retrieve Skin Details by Short ID
Method: get
Path: /v1/portal/skins/{id}
Update skin given its short ID
Method: put
Path: /v1/portal/skins/{id}
Download skin
Method: get
Path: /v1/portal/skins/{id}/archive
sqldataservices
The operations from the sqldataservices category.
Retrieve SQL DataService
Method: get
Path: /v1/portal/sqldataservices
Retrieve SQL DataService by Short ID
Method: get
Path: /v1/portal/sqldataservices/{id}
visualizationtemplates
The operations from the visualizationtemplates category.
Retrieve all Visualization Templates
Method: get
Path: /v1/portal/visualizationtemplates
Create a Visualization Template
Method: post
Path: /v1/portal/visualizationtemplates
Retrieve Visualization Template Details by Short ID
Method: get
Path: /v1/portal/visualizationtemplates/{id}
Update Visualization Template given its short ID
Method: put
Path: /v1/portal/visualizationtemplates/{id}
Download Visualization Template
Method: get
Path: /v1/portal/visualizationtemplates/{id}/archive
All Endpoints
Retrieve Actions for an Object
Method: get
Path: /cmis/allowableActions{repositoryId}
Retrieve Child Objects
Method: get
Path: /cmis/children{repositoryId}
Creates a child object in the specified repository
Method: post
Path: /cmis/children{repositoryId}
Deletes the children of the specified folder
Method: delete
Path: /cmis/descendants{repositoryId}
Delete Document
Method: delete
Path: /cmis/document{repositoryId}
Gets the list of properties of a document
Method: get
Path: /cmis/document{repositoryId}
Delete Document using POST
Method: post
Path: /cmis/document{repositoryId}
Update Document Properties
Method: put
Path: /cmis/document{repositoryId}
Delete Folder
Method: delete
Path: /cmis/folder{repositoryId}
Retrieve Folder Properties
Method: get
Path: /cmis/folder{repositoryId}
Delete Folder using POST
Method: post
Path: /cmis/folder{repositoryId}
Update Folder Properties
Method: put
Path: /cmis/folder{repositoryId}
Returns the nested properties of the specified object
Method: get
Path: /cmis/nestedProperties{repositoryId}
Returns the nested property of the specified object
Method: get
Path: /cmis/nestedProperty{repositoryId}
Retrieve Object by ID
Method: get
Path: /cmis/objectbyid
Retrieve Object by Path
Method: get
Path: /cmis/objectbypath{repositoryId}
Retrieve Parent Node
Method: get
Path: /cmis/parents{repositoryId}
Queries a service document for the specified repository
Method: get
Path: /cmis/query/q{repositoryId}
Queries a service document for the specified repository
Method: post
Path: /cmis/query{repositoryId}
Returns a list of available CMIS repositories
Method: get
Path: /cmis/repository
Returns information about a CMIS repository
Method: get
Path: /cmis/repository{repositoryId}
Retrieve Content Stream for an Object
Method: get
Path: /cmis/stream{repositoryId}
Create Content Stream for the specified object
Method: post
Path: /cmis/stream{repositoryId}
Set Content Stream for an object
Method: put
Path: /cmis/stream{repositoryId}
Retrieve Type Definition for the Repository
Method: get
Path: /cmis/typebyid{repositoryId}
Returns the list of object types defined for the specified repository
Method: get
Path: /cmis/typesChildren{repositoryId}
Returns the set of descendant object types defined for the specified repository
Method: get
Path: /cmis/typesDescendants{repositoryId}
Gets the type definitions of specified repository
Method: get
Path: /cmis/type{repositoryId}
Retrieve list by compound ID
Method: get
Path: /lists/({compoundId: .+})
Retrieve General Preference Settings Values
Method: get
Path: /preferences/general
Provide values for general preference settings
Method: put
Path: /preferences/general
Retrieves lists in a portal based on search criteria
Method: get
Path: /spaces/{spacename}/lists
Create list
Method: post
Path: /spaces/{spacename}/lists
Delete list
Method: delete
Path: /spaces/{spacename}/lists/({id: .+})
Retrieve list by ID
Method: get
Path: /spaces/{spacename}/lists/({id: .+})
Updates a list definition in a list
Method: put
Path: /spaces/{spacename}/lists/({id: .+})
Retrieves rows in a list based on search criteria
Method: get
Path: /spaces/{spacename}/lists/({id: .+})/rows
Create a row in a list
Method: post
Path: /spaces/{spacename}/lists/({id: .+})/rows
Retrieves all columns in a list
Method: get
Path: /spaces/{spacename}/lists/({listid: .+})/columns
Creates a column in a list
Method: post
Path: /spaces/{spacename}/lists/({listid: .+})/columns
Delete a column in a list
Method: delete
Path: /spaces/{spacename}/lists/({listid: .+})/columns/({columnid: .+})
Retrieve a column in a list
Method: get
Path: /spaces/{spacename}/lists/({listid: .+})/columns/({columnid: .+})
Updates a column in a list
Method: put
Path: /spaces/{spacename}/lists/({listid: .+})/columns/({columnid: .+})
Deletes a row in a list
Method: delete
Path: /spaces/{spacename}/lists/({listid: .+})/rows/({rowid: .+})
Retrieves a row in a list
Method: get
Path: /spaces/{spacename}/lists/({listid: .+})/rows/({rowid: .+})
Updates a row in a list
Method: put
Path: /spaces/{spacename}/lists/({listid: .+})/rows/({rowid: .+})
Retrieve all Business Objects
Method: get
Path: /v1/portal/businessobjects
Retrieve Business Object Details by Short ID
Method: get
Path: /v1/portal/businessobjects/{id}
Retrieve DP TaskFlow
Method: get
Path: /v1/portal/dptaskflows
Upload DP Taskflow Metadata file
Method: post
Path: /v1/portal/dptaskflows
Retrieve DP Task Flow Details by Short ID
Method: get
Path: /v1/portal/dptaskflows/{id}
Download DP TaskFlow
Method: get
Path: /v1/portal/dptaskflows/{id}/archive
Retrieve Layouts
Method: get
Path: /v1/portal/layouts
Upload Layout Metadata File
Method: post
Path: /v1/portal/layouts
Retrieve Layout Details by Short ID
Method: get
Path: /v1/portal/layouts/{id}
Update layout by short ID
Method: put
Path: /v1/portal/layouts/{id}
Download layout
Method: get
Path: /v1/portal/layouts/{id}/archive
Retrieve Pages
Method: get
Path: /v1/portal/pages
Create a page
Method: post
Path: /v1/portal/pages
Retrieve Page Style
Method: get
Path: /v1/portal/pagestyles
Upload Page Style Metadata file (page and pageDef)
Method: post
Path: /v1/portal/pagestyles
Retrieve Page Style Details by Short ID
Method: get
Path: /v1/portal/pagestyles/{id}
Update page style given its short ID
Method: put
Path: /v1/portal/pagestyles/{id}
Download page style
Method: get
Path: /v1/portal/pagestyles/{id}/archive
Retrieve Content Items for a Page Style
Method: get
Path: /v1/portal/pagestyles/{id}/contentItems
Retrieve page details by short ID
Method: get
Path: /v1/portal/pages{id}
Update Pages by Short ID
Method: put
Path: /v1/portal/pages{id}
Retrieve Content Items for a Page
Method: get
Path: /v1/portal/pages{id}/contentItems
Retrieve Page Templates
Method: get
Path: /v1/portal/pagetemplates
Create Page Template
Method: post
Path: /v1/portal/pagetemplates
Retrieve Page Templates by Short ID
Method: get
Path: /v1/portal/pagetemplates/{id}
Update Page Template by short ID
Method: put
Path: /v1/portal/pagetemplates/{id}
Download Page Template
Method: get
Path: /v1/portal/pagetemplates/{id}/archive
Retrieve Portals
Method: get
Path: /v1/portal/portals
Import portal(s) from a PAR file
Method: post
Path: /v1/portal/portals
Retrieve Portal Details by Short ID
Method: get
Path: /v1/portal/portals/{id}
Update Portal by Short ID
Method: put
Path: /v1/portal/portals/{id}
Export Portal to a PAR File
Method: get
Path: /v1/portal/portals/{portalId}/archive
Query for Data Presenter business objects as sub-resource of a portal
Method: get
Path: /v1/portal/portals/{portalId}/businessobjects
Retrieve Content Presenter Templates of a Portal
Method: get
Path: /v1/portal/portals/{portalId}/contentpresentertemplates
Import content presenter template(s) at portal or shared level
Method: post
Path: /v1/portal/portals/{portalId}/contentpresentertemplates
Query for Data Presenter taskflows as sub-resource of a portal
Method: get
Path: /v1/portal/portals/{portalId}/dptaskflows
Import data presenter taskflow(s) at portal or shared level
Method: post
Path: /v1/portal/portals/{portalId}/dptaskflows
Query for layouts as sub-resource of a portal
Method: get
Path: /v1/portal/portals/{portalId}/layouts
Import layout(s) at portal or shared level
Method: post
Path: /v1/portal/portals/{portalId}/layouts
Query for members as sub-resource of a portal
Method: get
Path: /v1/portal/portals/{portalId}/members
Create Member for a Portal
Method: post
Path: /v1/portal/portals/{portalId}/members
Query for navigation nodes as sub-resource of a portal
Method: get
Path: /v1/portal/portals/{portalId}/navigationnodes
Create Navigation Node for a Portal
Method: post
Path: /v1/portal/portals/{portalId}/navigationnodes
Retrieve Pages of a Portal
Method: get
Path: /v1/portal/portals/{portalId}/pages
Create Page in a Portal by Short ID
Method: post
Path: /v1/portal/portals/{portalId}/pages
Query for Page Styles as sub-resource of a portal
Method: get
Path: /v1/portal/portals/{portalId}/pagestyles
Import page style(s) at portal or shared level
Method: post
Path: /v1/portal/portals/{portalId}/pagestyles
Query for page templates as sub-resource of a portal
Method: get
Path: /v1/portal/portals/{portalId}/pagetemplates
Create Page Template for a Portal
Method: post
Path: /v1/portal/portals/{portalId}/pagetemplates
Retrieve Resource Catalog
Method: get
Path: /v1/portal/portals/{portalId}/resourcecatalogs
Import resource catalog
Method: post
Path: /v1/portal/portals/{portalId}/resourcecatalogs
Retrieve REST DataServices
Method: get
Path: /v1/portal/portals/{portalId}/restdataservices
Retrieve Skins
Method: get
Path: /v1/portal/portals/{portalId}/skins
Import Skin
Method: post
Path: /v1/portal/portals/{portalId}/skins
Retrieve SQL DataServices
Method: get
Path: /v1/portal/portals/{portalId}/sqldataservices
Retrieve visualization templates
Method: get
Path: /v1/portal/portals/{portalId}/visualizationtemplates
Import Visualization Template
Method: post
Path: /v1/portal/portals/{portalId}/visualizationtemplates
Retrieve Portal Templates
Method: get
Path: /v1/portal/portaltemplates
Retrieve Portal Templates Details by Short ID
Method: get
Path: /v1/portal/portaltemplates/{id}
Retrieve Resource Catalogs
Method: get
Path: /v1/portal/resourcecatalogs
Upload Resource Catalog metadata file
Method: post
Path: /v1/portal/resourcecatalogs
Retrieve Page Style Details by Short ID
Method: get
Path: /v1/portal/resourcecatalogs/{id}
Update Resource Catalog by Short ID
Method: put
Path: /v1/portal/resourcecatalogs/{id}
Download Resource Catalog
Method: get
Path: /v1/portal/resourcecatalogs/{id}/archive
Retrieve REST Data Service
Method: get
Path: /v1/portal/restdataservices
Retrieve REST Data Service Details by Short ID
Method: get
Path: /v1/portal/restdataservices/{id}
Retrieve all Skins
Method: get
Path: /v1/portal/skins
Upload Skin metadata file
Method: post
Path: /v1/portal/skins
Retrieve Skin Details by Short ID
Method: get
Path: /v1/portal/skins/{id}
Update skin given its short ID
Method: put
Path: /v1/portal/skins/{id}
Download skin
Method: get
Path: /v1/portal/skins/{id}/archive
Retrieve SQL DataService
Method: get
Path: /v1/portal/sqldataservices
Retrieve SQL DataService by Short ID
Method: get
Path: /v1/portal/sqldataservices/{id}
Retrieve all Visualization Templates
Method: get
Path: /v1/portal/visualizationtemplates
Create a Visualization Template
Method: post
Path: /v1/portal/visualizationtemplates
Retrieve Visualization Template Details by Short ID
Method: get
Path: /v1/portal/visualizationtemplates/{id}
Update Visualization Template given its short ID
Method: put
Path: /v1/portal/visualizationtemplates/{id}
Download Visualization Template
Method: get
Path: /v1/portal/visualizationtemplates/{id}/archive
businessobjects
The operations from the businessobjects category.
Retrieve all Business Objects
Method: get
Path: /v1/portal/businessobjects
Retrieve Business Object Details by Short ID
Method: get
Path: /v1/portal/businessobjects/{id}
cmis
The operations from the cmis category.
Deletes the children of the specified folder
Method: delete
Path: /cmis/descendants{repositoryId}
Delete Document
Method: delete
Path: /cmis/document{repositoryId}
Delete Folder
Method: delete
Path: /cmis/folder{repositoryId}
Retrieve Actions for an Object
Method: get
Path: /cmis/allowableActions{repositoryId}
Retrieve Child Objects
Method: get
Path: /cmis/children{repositoryId}
Gets the list of properties of a document
Method: get
Path: /cmis/document{repositoryId}
Retrieve Folder Properties
Method: get
Path: /cmis/folder{repositoryId}
Returns the nested properties of the specified object
Method: get
Path: /cmis/nestedProperties{repositoryId}
Returns the nested property of the specified object
Method: get
Path: /cmis/nestedProperty{repositoryId}
Retrieve Object by ID
Method: get
Path: /cmis/objectbyid
Retrieve Object by Path
Method: get
Path: /cmis/objectbypath{repositoryId}
Retrieve Parent Node
Method: get
Path: /cmis/parents{repositoryId}
Queries a service document for the specified repository
Method: get
Path: /cmis/query/q{repositoryId}
Returns a list of available CMIS repositories
Method: get
Path: /cmis/repository
Returns information about a CMIS repository
Method: get
Path: /cmis/repository{repositoryId}
Retrieve Content Stream for an Object
Method: get
Path: /cmis/stream{repositoryId}
Retrieve Type Definition for the Repository
Method: get
Path: /cmis/typebyid{repositoryId}
Returns the list of object types defined for the specified repository
Method: get
Path: /cmis/typesChildren{repositoryId}
Returns the set of descendant object types defined for the specified repository
Method: get
Path: /cmis/typesDescendants{repositoryId}
Gets the type definitions of specified repository
Method: get
Path: /cmis/type{repositoryId}
Creates a child object in the specified repository
Method: post
Path: /cmis/children{repositoryId}
Delete Document using POST
Method: post
Path: /cmis/document{repositoryId}
Delete Folder using POST
Method: post
Path: /cmis/folder{repositoryId}
Queries a service document for the specified repository
Method: post
Path: /cmis/query{repositoryId}
Create Content Stream for the specified object
Method: post
Path: /cmis/stream{repositoryId}
Update Document Properties
Method: put
Path: /cmis/document{repositoryId}
Update Folder Properties
Method: put
Path: /cmis/folder{repositoryId}
Set Content Stream for an object
Method: put
Path: /cmis/stream{repositoryId}
dptaskflows
The operations from the dptaskflows category.
Retrieve DP TaskFlow
Method: get
Path: /v1/portal/dptaskflows
Retrieve DP Task Flow Details by Short ID
Method: get
Path: /v1/portal/dptaskflows/{id}
Download DP TaskFlow
Method: get
Path: /v1/portal/dptaskflows/{id}/archive
Upload DP Taskflow Metadata file
Method: post
Path: /v1/portal/dptaskflows
layouts
The operations from the layouts category.
Retrieve Layouts
Method: get
Path: /v1/portal/layouts
Retrieve Layout Details by Short ID
Method: get
Path: /v1/portal/layouts/{id}
Download layout
Method: get
Path: /v1/portal/layouts/{id}/archive
Upload Layout Metadata File
Method: post
Path: /v1/portal/layouts
Update layout by short ID
Method: put
Path: /v1/portal/layouts/{id}
lists
The operations from the lists category.
Delete list
Method: delete
Path: /spaces/{spacename}/lists/({id: .+})
Delete a column in a list
Method: delete
Path: /spaces/{spacename}/lists/({listid: .+})/columns/({columnid: .+})
Deletes a row in a list
Method: delete
Path: /spaces/{spacename}/lists/({listid: .+})/rows/({rowid: .+})
Retrieve list by compound ID
Method: get
Path: /lists/({compoundId: .+})
Retrieves lists in a portal based on search criteria
Method: get
Path: /spaces/{spacename}/lists
Retrieve list by ID
Method: get
Path: /spaces/{spacename}/lists/({id: .+})
Retrieves rows in a list based on search criteria
Method: get
Path: /spaces/{spacename}/lists/({id: .+})/rows
Retrieves all columns in a list
Method: get
Path: /spaces/{spacename}/lists/({listid: .+})/columns
Retrieve a column in a list
Method: get
Path: /spaces/{spacename}/lists/({listid: .+})/columns/({columnid: .+})
Retrieves a row in a list
Method: get
Path: /spaces/{spacename}/lists/({listid: .+})/rows/({rowid: .+})
Create list
Method: post
Path: /spaces/{spacename}/lists
Create a row in a list
Method: post
Path: /spaces/{spacename}/lists/({id: .+})/rows
Creates a column in a list
Method: post
Path: /spaces/{spacename}/lists/({listid: .+})/columns
Updates a list definition in a list
Method: put
Path: /spaces/{spacename}/lists/({id: .+})
Updates a column in a list
Method: put
Path: /spaces/{spacename}/lists/({listid: .+})/columns/({columnid: .+})
Updates a row in a list
Method: put
Path: /spaces/{spacename}/lists/({listid: .+})/rows/({rowid: .+})
pages
The operations from the pages category.
Retrieve Pages
Method: get
Path: /v1/portal/pages
Retrieve page details by short ID
Method: get
Path: /v1/portal/pages{id}
Retrieve Content Items for a Page
Method: get
Path: /v1/portal/pages{id}/contentItems
Create a page
Method: post
Path: /v1/portal/pages
Update Pages by Short ID
Method: put
Path: /v1/portal/pages{id}
pagestyles
The operations from the pagestyles category.
Retrieve Page Style
Method: get
Path: /v1/portal/pagestyles
Retrieve Page Style Details by Short ID
Method: get
Path: /v1/portal/pagestyles/{id}
Download page style
Method: get
Path: /v1/portal/pagestyles/{id}/archive
Retrieve Content Items for a Page Style
Method: get
Path: /v1/portal/pagestyles/{id}/contentItems
Upload Page Style Metadata file (page and pageDef)
Method: post
Path: /v1/portal/pagestyles
Update page style given its short ID
Method: put
Path: /v1/portal/pagestyles/{id}
pagetemplates
The operations from the pagetemplates category.
Retrieve Page Templates
Method: get
Path: /v1/portal/pagetemplates
Retrieve Page Templates by Short ID
Method: get
Path: /v1/portal/pagetemplates/{id}
Download Page Template
Method: get
Path: /v1/portal/pagetemplates/{id}/archive
Create Page Template
Method: post
Path: /v1/portal/pagetemplates
Update Page Template by short ID
Method: put
Path: /v1/portal/pagetemplates/{id}
portalTemplates
The operations from the portalTemplates category.
Retrieve Portal Templates
Method: get
Path: /v1/portal/portaltemplates
Retrieve Portal Templates Details by Short ID
Method: get
Path: /v1/portal/portaltemplates/{id}
portals
The operations from the portals category.
Retrieve Portals
Method: get
Path: /v1/portal/portals
Retrieve Portal Details by Short ID
Method: get
Path: /v1/portal/portals/{id}
Export Portal to a PAR File
Method: get
Path: /v1/portal/portals/{portalId}/archive
Query for Data Presenter business objects as sub-resource of a portal
Method: get
Path: /v1/portal/portals/{portalId}/businessobjects
Retrieve Content Presenter Templates of a Portal
Method: get
Path: /v1/portal/portals/{portalId}/contentpresentertemplates
Query for Data Presenter taskflows as sub-resource of a portal
Method: get
Path: /v1/portal/portals/{portalId}/dptaskflows
Query for layouts as sub-resource of a portal
Method: get
Path: /v1/portal/portals/{portalId}/layouts
Query for members as sub-resource of a portal
Method: get
Path: /v1/portal/portals/{portalId}/members
Query for navigation nodes as sub-resource of a portal
Method: get
Path: /v1/portal/portals/{portalId}/navigationnodes
Retrieve Pages of a Portal
Method: get
Path: /v1/portal/portals/{portalId}/pages
Query for Page Styles as sub-resource of a portal
Method: get
Path: /v1/portal/portals/{portalId}/pagestyles
Query for page templates as sub-resource of a portal
Method: get
Path: /v1/portal/portals/{portalId}/pagetemplates
Retrieve Resource Catalog
Method: get
Path: /v1/portal/portals/{portalId}/resourcecatalogs
Retrieve REST DataServices
Method: get
Path: /v1/portal/portals/{portalId}/restdataservices
Retrieve Skins
Method: get
Path: /v1/portal/portals/{portalId}/skins
Retrieve SQL DataServices
Method: get
Path: /v1/portal/portals/{portalId}/sqldataservices
Retrieve visualization templates
Method: get
Path: /v1/portal/portals/{portalId}/visualizationtemplates
Import portal(s) from a PAR file
Method: post
Path: /v1/portal/portals
Import content presenter template(s) at portal or shared level
Method: post
Path: /v1/portal/portals/{portalId}/contentpresentertemplates
Import data presenter taskflow(s) at portal or shared level
Method: post
Path: /v1/portal/portals/{portalId}/dptaskflows
Import layout(s) at portal or shared level
Method: post
Path: /v1/portal/portals/{portalId}/layouts
Create Member for a Portal
Method: post
Path: /v1/portal/portals/{portalId}/members
Create Navigation Node for a Portal
Method: post
Path: /v1/portal/portals/{portalId}/navigationnodes
Create Page in a Portal by Short ID
Method: post
Path: /v1/portal/portals/{portalId}/pages
Import page style(s) at portal or shared level
Method: post
Path: /v1/portal/portals/{portalId}/pagestyles
Create Page Template for a Portal
Method: post
Path: /v1/portal/portals/{portalId}/pagetemplates
Import resource catalog
Method: post
Path: /v1/portal/portals/{portalId}/resourcecatalogs
Import Skin
Method: post
Path: /v1/portal/portals/{portalId}/skins
Import Visualization Template
Method: post
Path: /v1/portal/portals/{portalId}/visualizationtemplates
Update Portal by Short ID
Method: put
Path: /v1/portal/portals/{id}
preferences
The operations from the preferences category.
Retrieve General Preference Settings Values
Method: get
Path: /preferences/general
Provide values for general preference settings
Method: put
Path: /preferences/general
resourcecatalogs
The operations from the resourcecatalogs category.
Retrieve Resource Catalogs
Method: get
Path: /v1/portal/resourcecatalogs
Retrieve Page Style Details by Short ID
Method: get
Path: /v1/portal/resourcecatalogs/{id}
Download Resource Catalog
Method: get
Path: /v1/portal/resourcecatalogs/{id}/archive
Upload Resource Catalog metadata file
Method: post
Path: /v1/portal/resourcecatalogs
Update Resource Catalog by Short ID
Method: put
Path: /v1/portal/resourcecatalogs/{id}
restdataservices
The operations from the restdataservices category.
Retrieve REST Data Service
Method: get
Path: /v1/portal/restdataservices
Retrieve REST Data Service Details by Short ID
Method: get
Path: /v1/portal/restdataservices/{id}
skins
The operations from the skins category.
Retrieve all Skins
Method: get
Path: /v1/portal/skins
Retrieve Skin Details by Short ID
Method: get
Path: /v1/portal/skins/{id}
Download skin
Method: get
Path: /v1/portal/skins/{id}/archive
Upload Skin metadata file
Method: post
Path: /v1/portal/skins
Update skin given its short ID
Method: put
Path: /v1/portal/skins/{id}
sqldataservices
The operations from the sqldataservices category.
Retrieve SQL DataService
Method: get
Path: /v1/portal/sqldataservices
Retrieve SQL DataService by Short ID
Method: get
Path: /v1/portal/sqldataservices/{id}
visualizationtemplates
The operations from the visualizationtemplates category.
Retrieve all Visualization Templates
Method: get
Path: /v1/portal/visualizationtemplates
Retrieve Visualization Template Details by Short ID
Method: get
Path: /v1/portal/visualizationtemplates/{id}
Download Visualization Template
Method: get
Path: /v1/portal/visualizationtemplates/{id}/archive
Create a Visualization Template
Method: post
Path: /v1/portal/visualizationtemplates
Update Visualization Template given its short ID
Method: put
Path: /v1/portal/visualizationtemplates/{id}
All Endpoints
Deletes the children of the specified folder
Method: delete
Path: /cmis/descendants{repositoryId}
Delete Document
Method: delete
Path: /cmis/document{repositoryId}
Delete Folder
Method: delete
Path: /cmis/folder{repositoryId}
Delete list
Method: delete
Path: /spaces/{spacename}/lists/({id: .+})
Delete a column in a list
Method: delete
Path: /spaces/{spacename}/lists/({listid: .+})/columns/({columnid: .+})
Deletes a row in a list
Method: delete
Path: /spaces/{spacename}/lists/({listid: .+})/rows/({rowid: .+})
Retrieve Actions for an Object
Method: get
Path: /cmis/allowableActions{repositoryId}
Retrieve Child Objects
Method: get
Path: /cmis/children{repositoryId}
Gets the list of properties of a document
Method: get
Path: /cmis/document{repositoryId}
Retrieve Folder Properties
Method: get
Path: /cmis/folder{repositoryId}
Returns the nested properties of the specified object
Method: get
Path: /cmis/nestedProperties{repositoryId}
Returns the nested property of the specified object
Method: get
Path: /cmis/nestedProperty{repositoryId}
Retrieve Object by ID
Method: get
Path: /cmis/objectbyid
Retrieve Object by Path
Method: get
Path: /cmis/objectbypath{repositoryId}
Retrieve Parent Node
Method: get
Path: /cmis/parents{repositoryId}
Queries a service document for the specified repository
Method: get
Path: /cmis/query/q{repositoryId}
Returns a list of available CMIS repositories
Method: get
Path: /cmis/repository
Returns information about a CMIS repository
Method: get
Path: /cmis/repository{repositoryId}
Retrieve Content Stream for an Object
Method: get
Path: /cmis/stream{repositoryId}
Retrieve Type Definition for the Repository
Method: get
Path: /cmis/typebyid{repositoryId}
Returns the list of object types defined for the specified repository
Method: get
Path: /cmis/typesChildren{repositoryId}
Returns the set of descendant object types defined for the specified repository
Method: get
Path: /cmis/typesDescendants{repositoryId}
Gets the type definitions of specified repository
Method: get
Path: /cmis/type{repositoryId}
Retrieve list by compound ID
Method: get
Path: /lists/({compoundId: .+})
Retrieve General Preference Settings Values
Method: get
Path: /preferences/general
Retrieves lists in a portal based on search criteria
Method: get
Path: /spaces/{spacename}/lists
Retrieve list by ID
Method: get
Path: /spaces/{spacename}/lists/({id: .+})
Retrieves rows in a list based on search criteria
Method: get
Path: /spaces/{spacename}/lists/({id: .+})/rows
Retrieves all columns in a list
Method: get
Path: /spaces/{spacename}/lists/({listid: .+})/columns
Retrieve a column in a list
Method: get
Path: /spaces/{spacename}/lists/({listid: .+})/columns/({columnid: .+})
Retrieves a row in a list
Method: get
Path: /spaces/{spacename}/lists/({listid: .+})/rows/({rowid: .+})
Retrieve all Business Objects
Method: get
Path: /v1/portal/businessobjects
Retrieve Business Object Details by Short ID
Method: get
Path: /v1/portal/businessobjects/{id}
Retrieve DP TaskFlow
Method: get
Path: /v1/portal/dptaskflows
Retrieve DP Task Flow Details by Short ID
Method: get
Path: /v1/portal/dptaskflows/{id}
Download DP TaskFlow
Method: get
Path: /v1/portal/dptaskflows/{id}/archive
Retrieve Layouts
Method: get
Path: /v1/portal/layouts
Retrieve Layout Details by Short ID
Method: get
Path: /v1/portal/layouts/{id}
Download layout
Method: get
Path: /v1/portal/layouts/{id}/archive
Retrieve Pages
Method: get
Path: /v1/portal/pages
Retrieve Page Style
Method: get
Path: /v1/portal/pagestyles
Retrieve Page Style Details by Short ID
Method: get
Path: /v1/portal/pagestyles/{id}
Download page style
Method: get
Path: /v1/portal/pagestyles/{id}/archive
Retrieve Content Items for a Page Style
Method: get
Path: /v1/portal/pagestyles/{id}/contentItems
Retrieve page details by short ID
Method: get
Path: /v1/portal/pages{id}
Retrieve Content Items for a Page
Method: get
Path: /v1/portal/pages{id}/contentItems
Retrieve Page Templates
Method: get
Path: /v1/portal/pagetemplates
Retrieve Page Templates by Short ID
Method: get
Path: /v1/portal/pagetemplates/{id}
Download Page Template
Method: get
Path: /v1/portal/pagetemplates/{id}/archive
Retrieve Portals
Method: get
Path: /v1/portal/portals
Retrieve Portal Details by Short ID
Method: get
Path: /v1/portal/portals/{id}
Export Portal to a PAR File
Method: get
Path: /v1/portal/portals/{portalId}/archive
Query for Data Presenter business objects as sub-resource of a portal
Method: get
Path: /v1/portal/portals/{portalId}/businessobjects
Retrieve Content Presenter Templates of a Portal
Method: get
Path: /v1/portal/portals/{portalId}/contentpresentertemplates
Query for Data Presenter taskflows as sub-resource of a portal
Method: get
Path: /v1/portal/portals/{portalId}/dptaskflows
Query for layouts as sub-resource of a portal
Method: get
Path: /v1/portal/portals/{portalId}/layouts
Query for members as sub-resource of a portal
Method: get
Path: /v1/portal/portals/{portalId}/members
Query for navigation nodes as sub-resource of a portal
Method: get
Path: /v1/portal/portals/{portalId}/navigationnodes
Retrieve Pages of a Portal
Method: get
Path: /v1/portal/portals/{portalId}/pages
Query for Page Styles as sub-resource of a portal
Method: get
Path: /v1/portal/portals/{portalId}/pagestyles
Query for page templates as sub-resource of a portal
Method: get
Path: /v1/portal/portals/{portalId}/pagetemplates
Retrieve Resource Catalog
Method: get
Path: /v1/portal/portals/{portalId}/resourcecatalogs
Retrieve REST DataServices
Method: get
Path: /v1/portal/portals/{portalId}/restdataservices
Retrieve Skins
Method: get
Path: /v1/portal/portals/{portalId}/skins
Retrieve SQL DataServices
Method: get
Path: /v1/portal/portals/{portalId}/sqldataservices
Retrieve visualization templates
Method: get
Path: /v1/portal/portals/{portalId}/visualizationtemplates
Retrieve Portal Templates
Method: get
Path: /v1/portal/portaltemplates
Retrieve Portal Templates Details by Short ID
Method: get
Path: /v1/portal/portaltemplates/{id}
Retrieve Resource Catalogs
Method: get
Path: /v1/portal/resourcecatalogs
Retrieve Page Style Details by Short ID
Method: get
Path: /v1/portal/resourcecatalogs/{id}
Download Resource Catalog
Method: get
Path: /v1/portal/resourcecatalogs/{id}/archive
Retrieve REST Data Service
Method: get
Path: /v1/portal/restdataservices
Retrieve REST Data Service Details by Short ID
Method: get
Path: /v1/portal/restdataservices/{id}
Retrieve all Skins
Method: get
Path: /v1/portal/skins
Retrieve Skin Details by Short ID
Method: get
Path: /v1/portal/skins/{id}
Download skin
Method: get
Path: /v1/portal/skins/{id}/archive
Retrieve SQL DataService
Method: get
Path: /v1/portal/sqldataservices
Retrieve SQL DataService by Short ID
Method: get
Path: /v1/portal/sqldataservices/{id}
Retrieve all Visualization Templates
Method: get
Path: /v1/portal/visualizationtemplates
Retrieve Visualization Template Details by Short ID
Method: get
Path: /v1/portal/visualizationtemplates/{id}
Download Visualization Template
Method: get
Path: /v1/portal/visualizationtemplates/{id}/archive
Creates a child object in the specified repository
Method: post
Path: /cmis/children{repositoryId}
Delete Document using POST
Method: post
Path: /cmis/document{repositoryId}
Delete Folder using POST
Method: post
Path: /cmis/folder{repositoryId}
Queries a service document for the specified repository
Method: post
Path: /cmis/query{repositoryId}
Create Content Stream for the specified object
Method: post
Path: /cmis/stream{repositoryId}
Create list
Method: post
Path: /spaces/{spacename}/lists
Create a row in a list
Method: post
Path: /spaces/{spacename}/lists/({id: .+})/rows
Creates a column in a list
Method: post
Path: /spaces/{spacename}/lists/({listid: .+})/columns
Upload DP Taskflow Metadata file
Method: post
Path: /v1/portal/dptaskflows
Upload Layout Metadata File
Method: post
Path: /v1/portal/layouts
Create a page
Method: post
Path: /v1/portal/pages
Upload Page Style Metadata file (page and pageDef)
Method: post
Path: /v1/portal/pagestyles
Create Page Template
Method: post
Path: /v1/portal/pagetemplates
Import portal(s) from a PAR file
Method: post
Path: /v1/portal/portals
Import content presenter template(s) at portal or shared level
Method: post
Path: /v1/portal/portals/{portalId}/contentpresentertemplates
Import data presenter taskflow(s) at portal or shared level
Method: post
Path: /v1/portal/portals/{portalId}/dptaskflows
Import layout(s) at portal or shared level
Method: post
Path: /v1/portal/portals/{portalId}/layouts
Create Member for a Portal
Method: post
Path: /v1/portal/portals/{portalId}/members
Create Navigation Node for a Portal
Method: post
Path: /v1/portal/portals/{portalId}/navigationnodes
Create Page in a Portal by Short ID
Method: post
Path: /v1/portal/portals/{portalId}/pages
Import page style(s) at portal or shared level
Method: post
Path: /v1/portal/portals/{portalId}/pagestyles
Create Page Template for a Portal
Method: post
Path: /v1/portal/portals/{portalId}/pagetemplates
Import resource catalog
Method: post
Path: /v1/portal/portals/{portalId}/resourcecatalogs
Import Skin
Method: post
Path: /v1/portal/portals/{portalId}/skins
Import Visualization Template
Method: post
Path: /v1/portal/portals/{portalId}/visualizationtemplates
Upload Resource Catalog metadata file
Method: post
Path: /v1/portal/resourcecatalogs
Upload Skin metadata file
Method: post
Path: /v1/portal/skins
Create a Visualization Template
Method: post
Path: /v1/portal/visualizationtemplates
Update Document Properties
Method: put
Path: /cmis/document{repositoryId}
Update Folder Properties
Method: put
Path: /cmis/folder{repositoryId}
Set Content Stream for an object
Method: put
Path: /cmis/stream{repositoryId}
Provide values for general preference settings
Method: put
Path: /preferences/general
Updates a list definition in a list
Method: put
Path: /spaces/{spacename}/lists/({id: .+})
Updates a column in a list
Method: put
Path: /spaces/{spacename}/lists/({listid: .+})/columns/({columnid: .+})
Updates a row in a list
Method: put
Path: /spaces/{spacename}/lists/({listid: .+})/rows/({rowid: .+})
Update layout by short ID
Method: put
Path: /v1/portal/layouts/{id}
Update page style given its short ID
Method: put
Path: /v1/portal/pagestyles/{id}
Update Pages by Short ID
Method: put
Path: /v1/portal/pages{id}
Update Page Template by short ID
Method: put
Path: /v1/portal/pagetemplates/{id}
Update Portal by Short ID
Method: put
Path: /v1/portal/portals/{id}
Update Resource Catalog by Short ID
Method: put
Path: /v1/portal/resourcecatalogs/{id}
Update skin given its short ID
Method: put
Path: /v1/portal/skins/{id}
Update Visualization Template given its short ID
Method: put
Path: /v1/portal/visualizationtemplates/{id}