Previous Next

REST Endpoints

BusinessObjects

Operations for BusinessObjects
Task Method Path
Get Business Object details given its short IDget/v1/portal/businessobjects/{id}
Query for Business Objectsget/v1/portal/businessobjects

CMIS

Operations for CMIS
Task Method Path
Creates or moves a child object in the specified repositorypost/cmis/children{repositoryId}
Creates the content stream for the specified objectpost/cmis/stream{repositoryId}
Deletes a document from the specified repositorydelete/cmis/document{repositoryId}
Deletes a document from the specified repository using POSTpost/cmis/document{repositoryId}
Deletes a folder from the specified repositorydelete/cmis/folder{repositoryId}
Deletes a folder from the specified repository using POSTpost/cmis/folder{repositoryId}
Deletes the children of the specified folderdelete/cmis/descendants{repositoryId}
Get nested propertiesget/cmis/nestedProperties{repositoryId}
Gets the content stream for the specified objectget/cmis/stream{repositoryId}
Gets the list of allowable actions for the specified objectget/cmis/allowableActions{repositoryId}
Gets the list of child objects for the specified repositoryget/cmis/children{repositoryId}
Gets the list of properties of a folderget/cmis/folder{repositoryId}
Gets the parent for the specified nodeget/cmis/parents{repositoryId}
Gets the specified object by IDget/cmis/objectbyid
Gets the specified object by pathget/cmis/objectbypath{repositoryId}
Gets the type definitions for the specified repositoryget/cmis/typebyid{repositoryId}
Gets the type definitions of specified repositoryget/cmis/type{repositoryId}
Queries a service document for the specified repositoryget/cmis/query/q{repositoryId}
Queries a service document for the specified repository using POSTpost/cmis/query{repositoryId}
Retrieves the properties of documentget/cmis/document{repositoryId}
Returns a list of available CMIS repositoriesget/cmis/repository
Returns information about a CMIS repositoryget/cmis/repository{repositoryId}
Returns the list of object types defined for the specified repositoryget/cmis/typesChildren{repositoryId}
Returns the nested properties of the specified objectget/cmis/nestedProperty{repositoryId}
Returns the set of descendant object types defined for the specified repositoryget/cmis/typesDescendants{repositoryId}
Sets the content stream for the specified objectput/cmis/stream{repositoryId}
Updates the properties of a documentput/cmis/document{repositoryId}
Updates the properties of a folderput/cmis/folder{repositoryId}

DPTaskflows

Operations for DPTaskflows
Task Method Path
Download DP TaskFlow to an EAR fileget/v1/portal/dptaskflows/{id}/archive
Get DP TaskFlow details given its short IDget/v1/portal/dptaskflows/{id}
Query for DP TaskFlowsget/v1/portal/dptaskflows
Upload DP TaskFlow metadata files (page and pageDef)post/v1/portal/dptaskflows

Layouts

Operations for Layouts
Task Method Path
Download layout to an EAR fileget/v1/portal/layouts/{id}/archive
Get layout details given its short IDget/v1/portal/layouts/{id}
Query for Layoutsget/v1/portal/layouts
Update layout given its short IDput/v1/portal/layouts/{id}
Upload Layout metadata filepost/v1/portal/layouts

Lists

Operations for Lists
Task Method Path
Creates a new column in a listspost/spaces/{spacename}/lists/({listid: .+})/columns
Creates a new listpost/spaces/{spacename}/lists
Creates a new row in a listpost/spaces/{spacename}/lists/({id: .+})/rows
Deletes a column in a listdelete/spaces/{spacename}/lists/({listid: .+})/columns/({columnid: .+})
Deletes a listdelete/spaces/{spacename}/lists/({id: .+})
Deletes a row in a listdelete/spaces/{spacename}/lists/({listid: .+})/rows/({rowid: .+})
Retrieves a column in a listget/spaces/{spacename}/lists/({listid: .+})/columns/({columnid: .+})
Retrieves a list by IDget/spaces/{spacename}/lists/({id: .+})
Retrieves a list by compound IDget/lists/({compoundId: .+})
Retrieves a row in a listget/spaces/{spacename}/lists/({listid: .+})/rows/({rowid: .+})
Retrieves all columns in a listget/spaces/{spacename}/lists/({listid: .+})/columns
Retrieves lists in a portal based on search criteriaget/spaces/{spacename}/lists
Retrieves rows in a list based on search criteriaget/spaces/{spacename}/lists/({id: .+})/rows
Updates a column in a listput/spaces/{spacename}/lists/({listid: .+})/columns/({columnid: .+})
Updates a list definitionput/spaces/{spacename}/lists/({id: .+})
Updates a row in a listput/spaces/{spacename}/lists/({listid: .+})/rows/({rowid: .+})
Operations for NavigationNodes
Task Method Path
Add a child node in a specific positionpost/v1/portal/navigationnodes/{id}/childNodes/{toFollow}
Add a child node to a navigation nodepost/v1/portal/navigationnodes/{id}/childNodes
Add a page variant to a navigation nodepost/v1/portal/navigationnodes/{id}/pageVariants
Create a new navigation nodepost/v1/portal/navigationnodes
Get a child nodeget/v1/portal/navigationnodes/{id}/childNodes/{nodeId}
Get all child nodes for a navigation node given its shortIDget/v1/portal/navigationnodes/{id}/childNodes
Get all page variants for a navigation node given its shortIDget/v1/portal/navigationnodes/{id}/pageVariants
Get navigation node details given its short IDget/v1/portal/navigationnodes/{id}
Query for navigation nodesget/v1/portal/navigationnodes
Remove a child nodedelete/v1/portal/navigationnodes/{id}/childNodes/{nodeId}
Update a navigation node given its short IDput/v1/portal/navigationnodes/{id}

PageStyles

Operations for PageStyles
Task Method Path
Download page style to an EAR fileget/v1/portal/pagestyles/{id}/archive
Get page style details given its short IDget/v1/portal/pagestyles/{id}
Get the content items for a given page styleget/v1/portal/pagestyles/{id}/contentItems
Query for Page Stylesget/v1/portal/pagestyles
Update page style given its short IDput/v1/portal/pagestyles/{id}
Upload Page Style metadata files (page and pageDef)post/v1/portal/pagestyles

PageTemplates

Operations for PageTemplates
Task Method Path
Create a new Page Templatepost/v1/portal/pagetemplates
Download Page Template to an EAR fileget/v1/portal/pagetemplates/{id}/archive
Get Page Template details given its short IDget/v1/portal/pagetemplates/{id}
Query for Page Templatesget/v1/portal/pagetemplates
Update Page Template given its short IDput/v1/portal/pagetemplates/{id}

Pages

Operations for Pages
Task Method Path
Create a new pagepost/v1/portal/pages
Get page details given its short IDget/v1/portal/pages{id}
Get the content items for a given pageget/v1/portal/pages{id}/contentItems
Query for Pagesget/v1/portal/pages
Update page given its short IDput/v1/portal/pages{id}

PortalTemplates

Operations about WebCenter Portal Templates
Task Method Path
Create a layout as a sub-resource of a portal templatepost/v1/portal/portaltemplates/{portalTemplateId}/layouts
Create a member as a sub-resource of a portal templatepost/v1/portal/portaltemplates/{portalTemplateId}/members
Create a navigation node as a sub-resource of a portal templatepost/v1/portal/portaltemplates/{portalTemplateId}/navigationnodes
Create a page style as a sub-resource of a portal templatepost/v1/portal/portaltemplates/{portalTemplateId}/pagestyles
Create page within a portal given its short IDpost/v1/portal/portaltemplates/{portalTemplateId}/pages
Get portal template details given its short IDget/v1/portal/portaltemplates/{id}
Query for Data Presenter business objects as sub-resource of a portal templateget/v1/portal/portaltemplates/{portalTemplateId}/businessobjects
Query for Data Presenter taskflows as sub-resource of a portal templateget/v1/portal/portaltemplates/{portalTemplateId}/dptaskflows
Query for Page Styles as sub-resource of a portal templateget/v1/portal/portaltemplates/{portalTemplateId}/pagestyles
Query for REST DataServices as sub-resource of a portal templateget/v1/portal/portaltemplates/{portalTemplateId}/restdataservices
Query for Resource Catalogs as sub-resource of a portal templateget/v1/portal/portaltemplates/{portalTemplateId}/resourcecatalogs
Query for SQL DataServices as sub-resource of a portal templateget/v1/portal/portaltemplates/{portalTemplateId}/sqldataservices
Query for Skins as sub-resource of a portali templateget/v1/portal/portaltemplates/{portalTemplateId}/skins
Query for content presenter templates as sub-resource of a portal templateget/v1/portal/portaltemplates/{portalTemplateId}/contentpresentertemplates
Query for layouts as sub-resource of a portali templateget/v1/portal/portaltemplates/{portalTemplateId}/layouts
Query for members as sub-resource of a portal templateget/v1/portal/portaltemplates/{portalTemplateId}/members
Query for navigation nodes as sub-resource of a portal templateget/v1/portal/portaltemplates/{portalTemplateId}/navigationnodes
Query for page templates as sub-resource of a portal templateget/v1/portal/portaltemplates/{portalTemplateId}/pagetemplates
Query for pages as subresource of a portal template given its short IDget/v1/portal/portaltemplates/{portalTemplateId}/pages
Query for portal templates to export a portal template to a PAR fileget/v1/portal/portaltemplates/{portalTemplateId}/archive
Query for portal templates to import data presenter taskflow(s) at portal template or shared levelpost/v1/portal/portaltemplates/{portalTemplateId}/dptaskflows
Query for portal templates to import page template(s) at portal or shared levelpost/v1/portal/portaltemplates/{portalTemplateId}/pagetemplates
Query for portal templates to import portal template(s) from a PAR filepost/v1/portal/portaltemplates
Query for portal templates to import resource catalog(s) at portal template or shared levelpost/v1/portal/portaltemplates/{portalTemplateId}/resourcecatalogs
Query for portal templates to import taskflow(s) at portal template or shared levelpost/v1/portal/portaltemplates/{portalTemplateId}/taskflows
Query for portal templates; when search criteria is omitted, all portal templates will be returned.get/v1/portal/portaltemplates
Query for portals to import content presenter template(s) at portal template or shared levelpost/v1/portal/portaltemplates/{portalTemplateId}/contentpresentertemplates
Query for portals to import skin(s) at portal or shared levelpost/v1/portal/portaltemplates/{portalTemplateId}/skins
Query for portals to import visualization template(s) at portal template or shared levelpost/v1/portal/portaltemplates/{portalTemplateId}/visualizationtemplates
Query for taskflows as sub-resource of a portal templateget/v1/portal/portaltemplates/{portalTemplateId}/taskflows
Query for visualization templates as sub-resource of a portal templateget/v1/portal/portaltemplates/{portalTemplateId}/visualizationtemplates
Update portal template given its short IDput/v1/portal/portaltemplates/{id}

Portals

Operations for Portals
Task Method Path
Create a member as a sub-resource of a portalpost/v1/portal/portals/{portalId}/members
Create a navigation node as a sub-resource of a portalpost/v1/portal/portals/{portalId}/navigationnodes
Create a page template as a sub-resource of a portalpost/v1/portal/portals/{portalId}/pagetemplates
Create a taskflow as a sub-resource of a portalpost/v1/portal/portals/{portalId}/taskflows
Create page within a portal given its short IDpost/v1/portal/portals/{portalId}/pages
Get portal details given its short IDget/v1/portal/portals/{id}
Query for Data Presenter business objects as sub-resource of a portalget/v1/portal/portals/{portalId}/businessobjects
Query for Data Presenter taskflows as sub-resource of a portalget/v1/portal/portals/{portalId}/dptaskflows
Query for Page Styles as sub-resource of a portalget/v1/portal/portals/{portalId}/pagestyles
Query for REST DataServices as sub-resource of a portalget/v1/portal/portals/{portalId}/restdataservices
Query for Resource Catalogs as sub-resource of a portalget/v1/portal/portals/{portalId}/resourcecatalogs
Query for SQL DataServices as sub-resource of a portalget/v1/portal/portals/{portalId}/sqldataservices
Query for Skins as sub-resource of a portalget/v1/portal/portals/{portalId}/skins
Query for content presenter templates as sub-resource of a portalget/v1/portal/portals/{portalId}/contentpresentertemplates
Query for layouts as sub-resource of a portalget/v1/portal/portals/{portalId}/layouts
Query for members as sub-resource of a portalget/v1/portal/portals/{portalId}/members
Query for navigation nodes as sub-resource of a portalget/v1/portal/portals/{portalId}/navigationnodes
Query for page templates as sub-resource of a portalget/v1/portal/portals/{portalId}/pagetemplates
Query for pages as subresource of a portal given its short IDget/v1/portal/portals/{portalId}/pages
Query for portals to export a portal to a PAR fileget/v1/portal/portals/{portalId}/archive
Query for portals to import content presenter template(s) at portal or shared levelpost/v1/portal/portals/{portalId}/contentpresentertemplates
Query for portals to import data presenter taskflow(s) at portal or shared levelpost/v1/portal/portals/{portalId}/dptaskflows
Query for portals to import layout(s) at portal or shared levelpost/v1/portal/portals/{portalId}/layouts
Query for portals to import page style(s) at portal or shared levelpost/v1/portal/portals/{portalId}/pagestyles
Query for portals to import portal(s) from a PAR filepost/v1/portal/portals
Query for portals to import resource catalog(s) at portal or shared levelpost/v1/portal/portals/{portalId}/resourcecatalogs
Query for portals to import skin(s) at portal or shared levelpost/v1/portal/portals/{portalId}/skins
Query for portals to import visualization template(s) at portal or shared levelpost/v1/portal/portals/{portalId}/visualizationtemplates
Query for portals; when search criteria is omitted, all portals will be returned.get/v1/portal/portals
Query for taskflows as sub-resource of a portalget/v1/portal/portals/{portalId}/taskflows
Query for visualization templates as sub-resource of a portalget/v1/portal/portals/{portalId}/visualizationtemplates
Update portal given its short IDput/v1/portal/portals/{id}

Preferences

Operations for Preferences
Task Method Path
Provide values for general preference settingsput/preferences/general
Retrieve current values of general preference settingsget/preferences/general

RESTDataServices

Operations for REST DataServices
Task Method Path
Get REST DataService details given its short IDget/v1/portal/restdataservices/{id}
Query for REST DataServicesget/v1/portal/restdataservices

ResourceCatalogs

Operations for ResourceCatalogs
Task Method Path
Download resource catalog to an EAR fileget/v1/portal/resourcecatalogs/{id}/archive
Get page style details given its short IDget/v1/portal/resourcecatalogs/{id}
Query for Resource Catalogsget/v1/portal/resourcecatalogs
Update resource catalog given its short IDput/v1/portal/resourcecatalogs/{id}
Upload Resource Catalog metadata filepost/v1/portal/resourcecatalogs

SQLDataServices

Operations for SQLDataServices
Task Method Path
Get SQL DataService details given its short IDget/v1/portal/sqldataservices/{id}
Query for SQL DataServicesget/v1/portal/sqldataservices

Skins

Operations for Skins
Task Method Path
Download skin to an EAR fileget/v1/portal/skins/{id}/archive
Get skin details given its short IDget/v1/portal/skins/{id}
Query for Skinsget/v1/portal/skins
Update skin given its short IDput/v1/portal/skins/{id}
Upload Skin metadata filepost/v1/portal/skins

Taskflows

Operations for Taskflows
Task Method Path
Download TaskFlow to an EAR fileget/v1/portal/taskflows/{id}/archive
Get TaskFlow details given its short IDget/v1/portal/taskflows/{id}
Query for TaskFlowsget/v1/portal/taskflows
Update TaskFlow given its short IDput/v1/portal/taskflows/{id}
Upload TaskFlow metadata files (page and pageDef)post/v1/portal/taskflows

VisualizationTemplates

Operations for VisualizationTemplates
Task Method Path
Create a new Visualization Templatepost/v1/portal/visualizationtemplates
Download Visualization Template to an EAR fileget/v1/portal/visualizationtemplates/{id}/archive
Get Visualization Template details given its short IDget/v1/portal/visualizationtemplates/{id}
Query for Visualization Templatesget/v1/portal/visualizationtemplates
Update Visualization Template given its short IDput/v1/portal/visualizationtemplates/{id}
Task Method Path
Add a child node in a specific positionpost/v1/portal/navigationnodes/{id}/childNodes/{toFollow}
Add a child node to a navigation nodepost/v1/portal/navigationnodes/{id}/childNodes
Add a page variant to a navigation nodepost/v1/portal/navigationnodes/{id}/pageVariants
Create a layout as a sub-resource of a portal templatepost/v1/portal/portaltemplates/{portalTemplateId}/layouts
Create a member as a sub-resource of a portalpost/v1/portal/portals/{portalId}/members
Create a member as a sub-resource of a portal templatepost/v1/portal/portaltemplates/{portalTemplateId}/members
Create a navigation node as a sub-resource of a portalpost/v1/portal/portals/{portalId}/navigationnodes
Create a navigation node as a sub-resource of a portal templatepost/v1/portal/portaltemplates/{portalTemplateId}/navigationnodes
Create a new Page Templatepost/v1/portal/pagetemplates
Create a new Visualization Templatepost/v1/portal/visualizationtemplates
Create a new navigation nodepost/v1/portal/navigationnodes
Create a new pagepost/v1/portal/pages
Create a page style as a sub-resource of a portal templatepost/v1/portal/portaltemplates/{portalTemplateId}/pagestyles
Create a page template as a sub-resource of a portalpost/v1/portal/portals/{portalId}/pagetemplates
Create a taskflow as a sub-resource of a portalpost/v1/portal/portals/{portalId}/taskflows
Create page within a portal given its short IDpost/v1/portal/portals/{portalId}/pages
Create page within a portal given its short IDpost/v1/portal/portaltemplates/{portalTemplateId}/pages
Creates a new column in a listspost/spaces/{spacename}/lists/({listid: .+})/columns
Creates a new listpost/spaces/{spacename}/lists
Creates a new row in a listpost/spaces/{spacename}/lists/({id: .+})/rows
Creates or moves a child object in the specified repositorypost/cmis/children{repositoryId}
Creates the content stream for the specified objectpost/cmis/stream{repositoryId}
Deletes a column in a listdelete/spaces/{spacename}/lists/({listid: .+})/columns/({columnid: .+})
Deletes a document from the specified repositorydelete/cmis/document{repositoryId}
Deletes a document from the specified repository using POSTpost/cmis/document{repositoryId}
Deletes a folder from the specified repositorydelete/cmis/folder{repositoryId}
Deletes a folder from the specified repository using POSTpost/cmis/folder{repositoryId}
Deletes a listdelete/spaces/{spacename}/lists/({id: .+})
Deletes a row in a listdelete/spaces/{spacename}/lists/({listid: .+})/rows/({rowid: .+})
Deletes the children of the specified folderdelete/cmis/descendants{repositoryId}
Download DP TaskFlow to an EAR fileget/v1/portal/dptaskflows/{id}/archive
Download Page Template to an EAR fileget/v1/portal/pagetemplates/{id}/archive
Download TaskFlow to an EAR fileget/v1/portal/taskflows/{id}/archive
Download Visualization Template to an EAR fileget/v1/portal/visualizationtemplates/{id}/archive
Download layout to an EAR fileget/v1/portal/layouts/{id}/archive
Download page style to an EAR fileget/v1/portal/pagestyles/{id}/archive
Download resource catalog to an EAR fileget/v1/portal/resourcecatalogs/{id}/archive
Download skin to an EAR fileget/v1/portal/skins/{id}/archive
Get Business Object details given its short IDget/v1/portal/businessobjects/{id}
Get DP TaskFlow details given its short IDget/v1/portal/dptaskflows/{id}
Get Page Template details given its short IDget/v1/portal/pagetemplates/{id}
Get REST DataService details given its short IDget/v1/portal/restdataservices/{id}
Get SQL DataService details given its short IDget/v1/portal/sqldataservices/{id}
Get TaskFlow details given its short IDget/v1/portal/taskflows/{id}
Get Visualization Template details given its short IDget/v1/portal/visualizationtemplates/{id}
Get a child nodeget/v1/portal/navigationnodes/{id}/childNodes/{nodeId}
Get all child nodes for a navigation node given its shortIDget/v1/portal/navigationnodes/{id}/childNodes
Get all page variants for a navigation node given its shortIDget/v1/portal/navigationnodes/{id}/pageVariants
Get layout details given its short IDget/v1/portal/layouts/{id}
Get navigation node details given its short IDget/v1/portal/navigationnodes/{id}
Get nested propertiesget/cmis/nestedProperties{repositoryId}
Get page details given its short IDget/v1/portal/pages{id}
Get page style details given its short IDget/v1/portal/pagestyles/{id}
Get page style details given its short IDget/v1/portal/resourcecatalogs/{id}
Get portal details given its short IDget/v1/portal/portals/{id}
Get portal template details given its short IDget/v1/portal/portaltemplates/{id}
Get skin details given its short IDget/v1/portal/skins/{id}
Get the content items for a given pageget/v1/portal/pages{id}/contentItems
Get the content items for a given page styleget/v1/portal/pagestyles/{id}/contentItems
Gets the content stream for the specified objectget/cmis/stream{repositoryId}
Gets the list of allowable actions for the specified objectget/cmis/allowableActions{repositoryId}
Gets the list of child objects for the specified repositoryget/cmis/children{repositoryId}
Gets the list of properties of a folderget/cmis/folder{repositoryId}
Gets the parent for the specified nodeget/cmis/parents{repositoryId}
Gets the specified object by IDget/cmis/objectbyid
Gets the specified object by pathget/cmis/objectbypath{repositoryId}
Gets the type definitions for the specified repositoryget/cmis/typebyid{repositoryId}
Gets the type definitions of specified repositoryget/cmis/type{repositoryId}
Provide values for general preference settingsput/preferences/general
Queries a service document for the specified repositoryget/cmis/query/q{repositoryId}
Queries a service document for the specified repository using POSTpost/cmis/query{repositoryId}
Query for Business Objectsget/v1/portal/businessobjects
Query for DP TaskFlowsget/v1/portal/dptaskflows
Query for Data Presenter business objects as sub-resource of a portalget/v1/portal/portals/{portalId}/businessobjects
Query for Data Presenter business objects as sub-resource of a portal templateget/v1/portal/portaltemplates/{portalTemplateId}/businessobjects
Query for Data Presenter taskflows as sub-resource of a portalget/v1/portal/portals/{portalId}/dptaskflows
Query for Data Presenter taskflows as sub-resource of a portal templateget/v1/portal/portaltemplates/{portalTemplateId}/dptaskflows
Query for Layoutsget/v1/portal/layouts
Query for Page Stylesget/v1/portal/pagestyles
Query for Page Styles as sub-resource of a portalget/v1/portal/portals/{portalId}/pagestyles
Query for Page Styles as sub-resource of a portal templateget/v1/portal/portaltemplates/{portalTemplateId}/pagestyles
Query for Page Templatesget/v1/portal/pagetemplates
Query for Pagesget/v1/portal/pages
Query for REST DataServicesget/v1/portal/restdataservices
Query for REST DataServices as sub-resource of a portalget/v1/portal/portals/{portalId}/restdataservices
Query for REST DataServices as sub-resource of a portal templateget/v1/portal/portaltemplates/{portalTemplateId}/restdataservices
Query for Resource Catalogsget/v1/portal/resourcecatalogs
Query for Resource Catalogs as sub-resource of a portalget/v1/portal/portals/{portalId}/resourcecatalogs
Query for Resource Catalogs as sub-resource of a portal templateget/v1/portal/portaltemplates/{portalTemplateId}/resourcecatalogs
Query for SQL DataServicesget/v1/portal/sqldataservices
Query for SQL DataServices as sub-resource of a portalget/v1/portal/portals/{portalId}/sqldataservices
Query for SQL DataServices as sub-resource of a portal templateget/v1/portal/portaltemplates/{portalTemplateId}/sqldataservices
Query for Skinsget/v1/portal/skins
Query for Skins as sub-resource of a portalget/v1/portal/portals/{portalId}/skins
Query for Skins as sub-resource of a portali templateget/v1/portal/portaltemplates/{portalTemplateId}/skins
Query for TaskFlowsget/v1/portal/taskflows
Query for Visualization Templatesget/v1/portal/visualizationtemplates
Query for content presenter templates as sub-resource of a portalget/v1/portal/portals/{portalId}/contentpresentertemplates
Query for content presenter templates as sub-resource of a portal templateget/v1/portal/portaltemplates/{portalTemplateId}/contentpresentertemplates
Query for layouts as sub-resource of a portalget/v1/portal/portals/{portalId}/layouts
Query for layouts as sub-resource of a portali templateget/v1/portal/portaltemplates/{portalTemplateId}/layouts
Query for members as sub-resource of a portalget/v1/portal/portals/{portalId}/members
Query for members as sub-resource of a portal templateget/v1/portal/portaltemplates/{portalTemplateId}/members
Query for navigation nodesget/v1/portal/navigationnodes
Query for navigation nodes as sub-resource of a portalget/v1/portal/portals/{portalId}/navigationnodes
Query for navigation nodes as sub-resource of a portal templateget/v1/portal/portaltemplates/{portalTemplateId}/navigationnodes
Query for page templates as sub-resource of a portalget/v1/portal/portals/{portalId}/pagetemplates
Query for page templates as sub-resource of a portal templateget/v1/portal/portaltemplates/{portalTemplateId}/pagetemplates
Query for pages as subresource of a portal given its short IDget/v1/portal/portals/{portalId}/pages
Query for pages as subresource of a portal template given its short IDget/v1/portal/portaltemplates/{portalTemplateId}/pages
Query for portal templates to export a portal template to a PAR fileget/v1/portal/portaltemplates/{portalTemplateId}/archive
Query for portal templates to import data presenter taskflow(s) at portal template or shared levelpost/v1/portal/portaltemplates/{portalTemplateId}/dptaskflows
Query for portal templates to import page template(s) at portal or shared levelpost/v1/portal/portaltemplates/{portalTemplateId}/pagetemplates
Query for portal templates to import portal template(s) from a PAR filepost/v1/portal/portaltemplates
Query for portal templates to import resource catalog(s) at portal template or shared levelpost/v1/portal/portaltemplates/{portalTemplateId}/resourcecatalogs
Query for portal templates to import taskflow(s) at portal template or shared levelpost/v1/portal/portaltemplates/{portalTemplateId}/taskflows
Query for portal templates; when search criteria is omitted, all portal templates will be returned.get/v1/portal/portaltemplates
Query for portals to export a portal to a PAR fileget/v1/portal/portals/{portalId}/archive
Query for portals to import content presenter template(s) at portal or shared levelpost/v1/portal/portals/{portalId}/contentpresentertemplates
Query for portals to import content presenter template(s) at portal template or shared levelpost/v1/portal/portaltemplates/{portalTemplateId}/contentpresentertemplates
Query for portals to import data presenter taskflow(s) at portal or shared levelpost/v1/portal/portals/{portalId}/dptaskflows
Query for portals to import layout(s) at portal or shared levelpost/v1/portal/portals/{portalId}/layouts
Query for portals to import page style(s) at portal or shared levelpost/v1/portal/portals/{portalId}/pagestyles
Query for portals to import portal(s) from a PAR filepost/v1/portal/portals
Query for portals to import resource catalog(s) at portal or shared levelpost/v1/portal/portals/{portalId}/resourcecatalogs
Query for portals to import skin(s) at portal or shared levelpost/v1/portal/portals/{portalId}/skins
Query for portals to import skin(s) at portal or shared levelpost/v1/portal/portaltemplates/{portalTemplateId}/skins
Query for portals to import visualization template(s) at portal or shared levelpost/v1/portal/portals/{portalId}/visualizationtemplates
Query for portals to import visualization template(s) at portal template or shared levelpost/v1/portal/portaltemplates/{portalTemplateId}/visualizationtemplates
Query for portals; when search criteria is omitted, all portals will be returned.get/v1/portal/portals
Query for taskflows as sub-resource of a portalget/v1/portal/portals/{portalId}/taskflows
Query for taskflows as sub-resource of a portal templateget/v1/portal/portaltemplates/{portalTemplateId}/taskflows
Query for visualization templates as sub-resource of a portalget/v1/portal/portals/{portalId}/visualizationtemplates
Query for visualization templates as sub-resource of a portal templateget/v1/portal/portaltemplates/{portalTemplateId}/visualizationtemplates
Remove a child nodedelete/v1/portal/navigationnodes/{id}/childNodes/{nodeId}
Retrieve current values of general preference settingsget/preferences/general
Retrieves a column in a listget/spaces/{spacename}/lists/({listid: .+})/columns/({columnid: .+})
Retrieves a list by IDget/spaces/{spacename}/lists/({id: .+})
Retrieves a list by compound IDget/lists/({compoundId: .+})
Retrieves a row in a listget/spaces/{spacename}/lists/({listid: .+})/rows/({rowid: .+})
Retrieves all columns in a listget/spaces/{spacename}/lists/({listid: .+})/columns
Retrieves lists in a portal based on search criteriaget/spaces/{spacename}/lists
Retrieves rows in a list based on search criteriaget/spaces/{spacename}/lists/({id: .+})/rows
Retrieves the properties of documentget/cmis/document{repositoryId}
Returns a list of available CMIS repositoriesget/cmis/repository
Returns information about a CMIS repositoryget/cmis/repository{repositoryId}
Returns the list of object types defined for the specified repositoryget/cmis/typesChildren{repositoryId}
Returns the nested properties of the specified objectget/cmis/nestedProperty{repositoryId}
Returns the set of descendant object types defined for the specified repositoryget/cmis/typesDescendants{repositoryId}
Sets the content stream for the specified objectput/cmis/stream{repositoryId}
Update Page Template given its short IDput/v1/portal/pagetemplates/{id}
Update TaskFlow given its short IDput/v1/portal/taskflows/{id}
Update Visualization Template given its short IDput/v1/portal/visualizationtemplates/{id}
Update a navigation node given its short IDput/v1/portal/navigationnodes/{id}
Update layout given its short IDput/v1/portal/layouts/{id}
Update page given its short IDput/v1/portal/pages{id}
Update page style given its short IDput/v1/portal/pagestyles/{id}
Update portal given its short IDput/v1/portal/portals/{id}
Update portal template given its short IDput/v1/portal/portaltemplates/{id}
Update resource catalog given its short IDput/v1/portal/resourcecatalogs/{id}
Update skin given its short IDput/v1/portal/skins/{id}
Updates a column in a listput/spaces/{spacename}/lists/({listid: .+})/columns/({columnid: .+})
Updates a list definitionput/spaces/{spacename}/lists/({id: .+})
Updates a row in a listput/spaces/{spacename}/lists/({listid: .+})/rows/({rowid: .+})
Updates the properties of a documentput/cmis/document{repositoryId}
Updates the properties of a folderput/cmis/folder{repositoryId}
Upload DP TaskFlow metadata files (page and pageDef)post/v1/portal/dptaskflows
Upload Layout metadata filepost/v1/portal/layouts
Upload Page Style metadata files (page and pageDef)post/v1/portal/pagestyles
Upload Resource Catalog metadata filepost/v1/portal/resourcecatalogs
Upload Skin metadata filepost/v1/portal/skins
Upload TaskFlow metadata files (page and pageDef)post/v1/portal/taskflows

BusinessObjects

Operations for BusinessObjects
Task Method Path
Query for Business Objectsget/v1/portal/businessobjects
Get Business Object details given its short IDget/v1/portal/businessobjects/{id}

CMIS

Operations for CMIS
Task Method Path
Gets the list of allowable actions for the specified objectget/cmis/allowableActions{repositoryId}
Gets the list of child objects for the specified repositoryget/cmis/children{repositoryId}
Creates or moves a child object in the specified repositorypost/cmis/children{repositoryId}
Deletes the children of the specified folderdelete/cmis/descendants{repositoryId}
Deletes a document from the specified repositorydelete/cmis/document{repositoryId}
Retrieves the properties of documentget/cmis/document{repositoryId}
Deletes a document from the specified repository using POSTpost/cmis/document{repositoryId}
Updates the properties of a documentput/cmis/document{repositoryId}
Deletes a folder from the specified repositorydelete/cmis/folder{repositoryId}
Gets the list of properties of a folderget/cmis/folder{repositoryId}
Deletes a folder from the specified repository using POSTpost/cmis/folder{repositoryId}
Updates the properties of a folderput/cmis/folder{repositoryId}
Get nested propertiesget/cmis/nestedProperties{repositoryId}
Returns the nested properties of the specified objectget/cmis/nestedProperty{repositoryId}
Gets the specified object by IDget/cmis/objectbyid
Gets the specified object by pathget/cmis/objectbypath{repositoryId}
Gets the parent for the specified nodeget/cmis/parents{repositoryId}
Queries a service document for the specified repositoryget/cmis/query/q{repositoryId}
Queries a service document for the specified repository using POSTpost/cmis/query{repositoryId}
Returns a list of available CMIS repositoriesget/cmis/repository
Returns information about a CMIS repositoryget/cmis/repository{repositoryId}
Gets the content stream for the specified objectget/cmis/stream{repositoryId}
Creates the content stream for the specified objectpost/cmis/stream{repositoryId}
Sets the content stream for the specified objectput/cmis/stream{repositoryId}
Gets the type definitions for the specified repositoryget/cmis/typebyid{repositoryId}
Returns the list of object types defined for the specified repositoryget/cmis/typesChildren{repositoryId}
Returns the set of descendant object types defined for the specified repositoryget/cmis/typesDescendants{repositoryId}
Gets the type definitions of specified repositoryget/cmis/type{repositoryId}

DPTaskflows

Operations for DPTaskflows
Task Method Path
Query for DP TaskFlowsget/v1/portal/dptaskflows
Upload DP TaskFlow metadata files (page and pageDef)post/v1/portal/dptaskflows
Get DP TaskFlow details given its short IDget/v1/portal/dptaskflows/{id}
Download DP TaskFlow to an EAR fileget/v1/portal/dptaskflows/{id}/archive

Layouts

Operations for Layouts
Task Method Path
Query for Layoutsget/v1/portal/layouts
Upload Layout metadata filepost/v1/portal/layouts
Get layout details given its short IDget/v1/portal/layouts/{id}
Update layout given its short IDput/v1/portal/layouts/{id}
Download layout to an EAR fileget/v1/portal/layouts/{id}/archive

Lists

Operations for Lists
Task Method Path
Retrieves a list by compound IDget/lists/({compoundId: .+})
Retrieves lists in a portal based on search criteriaget/spaces/{spacename}/lists
Creates a new listpost/spaces/{spacename}/lists
Deletes a listdelete/spaces/{spacename}/lists/({id: .+})
Retrieves a list by IDget/spaces/{spacename}/lists/({id: .+})
Updates a list definitionput/spaces/{spacename}/lists/({id: .+})
Retrieves rows in a list based on search criteriaget/spaces/{spacename}/lists/({id: .+})/rows
Creates a new row in a listpost/spaces/{spacename}/lists/({id: .+})/rows
Retrieves all columns in a listget/spaces/{spacename}/lists/({listid: .+})/columns
Creates a new column in a listspost/spaces/{spacename}/lists/({listid: .+})/columns
Deletes a column in a listdelete/spaces/{spacename}/lists/({listid: .+})/columns/({columnid: .+})
Retrieves a column in a listget/spaces/{spacename}/lists/({listid: .+})/columns/({columnid: .+})
Updates a column in a listput/spaces/{spacename}/lists/({listid: .+})/columns/({columnid: .+})
Deletes a row in a listdelete/spaces/{spacename}/lists/({listid: .+})/rows/({rowid: .+})
Retrieves a row in a listget/spaces/{spacename}/lists/({listid: .+})/rows/({rowid: .+})
Updates a row in a listput/spaces/{spacename}/lists/({listid: .+})/rows/({rowid: .+})

NavigationNodes

Operations for NavigationNodes
Task Method Path
Query for navigation nodesget/v1/portal/navigationnodes
Create a new navigation nodepost/v1/portal/navigationnodes
Get navigation node details given its short IDget/v1/portal/navigationnodes/{id}
Update a navigation node given its short IDput/v1/portal/navigationnodes/{id}
Get all child nodes for a navigation node given its shortIDget/v1/portal/navigationnodes/{id}/childNodes
Add a child node to a navigation nodepost/v1/portal/navigationnodes/{id}/childNodes
Remove a child nodedelete/v1/portal/navigationnodes/{id}/childNodes/{nodeId}
Get a child nodeget/v1/portal/navigationnodes/{id}/childNodes/{nodeId}
Add a child node in a specific positionpost/v1/portal/navigationnodes/{id}/childNodes/{toFollow}
Get all page variants for a navigation node given its shortIDget/v1/portal/navigationnodes/{id}/pageVariants
Add a page variant to a navigation nodepost/v1/portal/navigationnodes/{id}/pageVariants

PageStyles

Operations for PageStyles
Task Method Path
Query for Page Stylesget/v1/portal/pagestyles
Upload Page Style metadata files (page and pageDef)post/v1/portal/pagestyles
Get page style details given its short IDget/v1/portal/pagestyles/{id}
Update page style given its short IDput/v1/portal/pagestyles/{id}
Download page style to an EAR fileget/v1/portal/pagestyles/{id}/archive
Get the content items for a given page styleget/v1/portal/pagestyles/{id}/contentItems

PageTemplates

Operations for PageTemplates
Task Method Path
Query for Page Templatesget/v1/portal/pagetemplates
Create a new Page Templatepost/v1/portal/pagetemplates
Get Page Template details given its short IDget/v1/portal/pagetemplates/{id}
Update Page Template given its short IDput/v1/portal/pagetemplates/{id}
Download Page Template to an EAR fileget/v1/portal/pagetemplates/{id}/archive

Pages

Operations for Pages
Task Method Path
Query for Pagesget/v1/portal/pages
Create a new pagepost/v1/portal/pages
Get page details given its short IDget/v1/portal/pages{id}
Update page given its short IDput/v1/portal/pages{id}
Get the content items for a given pageget/v1/portal/pages{id}/contentItems

PortalTemplates

Operations about WebCenter Portal Templates
Task Method Path
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 filepost/v1/portal/portaltemplates
Get portal template details given its short IDget/v1/portal/portaltemplates/{id}
Update portal template given its short IDput/v1/portal/portaltemplates/{id}
Query for portal templates to export a portal template to a PAR fileget/v1/portal/portaltemplates/{portalTemplateId}/archive
Query for Data Presenter business objects as sub-resource of a portal templateget/v1/portal/portaltemplates/{portalTemplateId}/businessobjects
Query for content presenter templates as sub-resource of a portal templateget/v1/portal/portaltemplates/{portalTemplateId}/contentpresentertemplates
Query for portals to import content presenter template(s) at portal template or shared levelpost/v1/portal/portaltemplates/{portalTemplateId}/contentpresentertemplates
Query for Data Presenter taskflows as sub-resource of a portal templateget/v1/portal/portaltemplates/{portalTemplateId}/dptaskflows
Query for portal templates to import data presenter taskflow(s) at portal template or shared levelpost/v1/portal/portaltemplates/{portalTemplateId}/dptaskflows
Query for layouts as sub-resource of a portali templateget/v1/portal/portaltemplates/{portalTemplateId}/layouts
Create a layout as a sub-resource of a portal templatepost/v1/portal/portaltemplates/{portalTemplateId}/layouts
Query for members as sub-resource of a portal templateget/v1/portal/portaltemplates/{portalTemplateId}/members
Create a member as a sub-resource of a portal templatepost/v1/portal/portaltemplates/{portalTemplateId}/members
Query for navigation nodes as sub-resource of a portal templateget/v1/portal/portaltemplates/{portalTemplateId}/navigationnodes
Create a navigation node as a sub-resource of a portal templatepost/v1/portal/portaltemplates/{portalTemplateId}/navigationnodes
Query for pages as subresource of a portal template given its short IDget/v1/portal/portaltemplates/{portalTemplateId}/pages
Create page within a portal given its short IDpost/v1/portal/portaltemplates/{portalTemplateId}/pages
Query for Page Styles as sub-resource of a portal templateget/v1/portal/portaltemplates/{portalTemplateId}/pagestyles
Create a page style as a sub-resource of a portal templatepost/v1/portal/portaltemplates/{portalTemplateId}/pagestyles
Query for page templates as sub-resource of a portal templateget/v1/portal/portaltemplates/{portalTemplateId}/pagetemplates
Query for portal templates to import page template(s) at portal or shared levelpost/v1/portal/portaltemplates/{portalTemplateId}/pagetemplates
Query for Resource Catalogs as sub-resource of a portal templateget/v1/portal/portaltemplates/{portalTemplateId}/resourcecatalogs
Query for portal templates to import resource catalog(s) at portal template or shared levelpost/v1/portal/portaltemplates/{portalTemplateId}/resourcecatalogs
Query for REST DataServices as sub-resource of a portal templateget/v1/portal/portaltemplates/{portalTemplateId}/restdataservices
Query for Skins as sub-resource of a portali templateget/v1/portal/portaltemplates/{portalTemplateId}/skins
Query for portals to import skin(s) at portal or shared levelpost/v1/portal/portaltemplates/{portalTemplateId}/skins
Query for SQL DataServices as sub-resource of a portal templateget/v1/portal/portaltemplates/{portalTemplateId}/sqldataservices
Query for taskflows as sub-resource of a portal templateget/v1/portal/portaltemplates/{portalTemplateId}/taskflows
Query for portal templates to import taskflow(s) at portal template or shared levelpost/v1/portal/portaltemplates/{portalTemplateId}/taskflows
Query for visualization templates as sub-resource of a portal templateget/v1/portal/portaltemplates/{portalTemplateId}/visualizationtemplates
Query for portals to import visualization template(s) at portal template or shared levelpost/v1/portal/portaltemplates/{portalTemplateId}/visualizationtemplates

Portals

Operations for Portals
Task Method Path
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 filepost/v1/portal/portals
Get portal details given its short IDget/v1/portal/portals/{id}
Update portal given its short IDput/v1/portal/portals/{id}
Query for portals to export a portal to a PAR fileget/v1/portal/portals/{portalId}/archive
Query for Data Presenter business objects as sub-resource of a portalget/v1/portal/portals/{portalId}/businessobjects
Query for content presenter templates as sub-resource of a portalget/v1/portal/portals/{portalId}/contentpresentertemplates
Query for portals to import content presenter template(s) at portal or shared levelpost/v1/portal/portals/{portalId}/contentpresentertemplates
Query for Data Presenter taskflows as sub-resource of a portalget/v1/portal/portals/{portalId}/dptaskflows
Query for portals to import data presenter taskflow(s) at portal or shared levelpost/v1/portal/portals/{portalId}/dptaskflows
Query for layouts as sub-resource of a portalget/v1/portal/portals/{portalId}/layouts
Query for portals to import layout(s) at portal or shared levelpost/v1/portal/portals/{portalId}/layouts
Query for members as sub-resource of a portalget/v1/portal/portals/{portalId}/members
Create a member as a sub-resource of a portalpost/v1/portal/portals/{portalId}/members
Query for navigation nodes as sub-resource of a portalget/v1/portal/portals/{portalId}/navigationnodes
Create a navigation node as a sub-resource of a portalpost/v1/portal/portals/{portalId}/navigationnodes
Query for pages as subresource of a portal given its short IDget/v1/portal/portals/{portalId}/pages
Create page within a portal given its short IDpost/v1/portal/portals/{portalId}/pages
Query for Page Styles as sub-resource of a portalget/v1/portal/portals/{portalId}/pagestyles
Query for portals to import page style(s) at portal or shared levelpost/v1/portal/portals/{portalId}/pagestyles
Query for page templates as sub-resource of a portalget/v1/portal/portals/{portalId}/pagetemplates
Create a page template as a sub-resource of a portalpost/v1/portal/portals/{portalId}/pagetemplates
Query for Resource Catalogs as sub-resource of a portalget/v1/portal/portals/{portalId}/resourcecatalogs
Query for portals to import resource catalog(s) at portal or shared levelpost/v1/portal/portals/{portalId}/resourcecatalogs
Query for REST DataServices as sub-resource of a portalget/v1/portal/portals/{portalId}/restdataservices
Query for Skins as sub-resource of a portalget/v1/portal/portals/{portalId}/skins
Query for portals to import skin(s) at portal or shared levelpost/v1/portal/portals/{portalId}/skins
Query for SQL DataServices as sub-resource of a portalget/v1/portal/portals/{portalId}/sqldataservices
Query for taskflows as sub-resource of a portalget/v1/portal/portals/{portalId}/taskflows
Create a taskflow as a sub-resource of a portalpost/v1/portal/portals/{portalId}/taskflows
Query for visualization templates as sub-resource of a portalget/v1/portal/portals/{portalId}/visualizationtemplates
Query for portals to import visualization template(s) at portal or shared levelpost/v1/portal/portals/{portalId}/visualizationtemplates

Preferences

Operations for Preferences
Task Method Path
Retrieve current values of general preference settingsget/preferences/general
Provide values for general preference settingsput/preferences/general

RESTDataServices

Operations for REST DataServices
Task Method Path
Query for REST DataServicesget/v1/portal/restdataservices
Get REST DataService details given its short IDget/v1/portal/restdataservices/{id}

ResourceCatalogs

Operations for ResourceCatalogs
Task Method Path
Query for Resource Catalogsget/v1/portal/resourcecatalogs
Upload Resource Catalog metadata filepost/v1/portal/resourcecatalogs
Get page style details given its short IDget/v1/portal/resourcecatalogs/{id}
Update resource catalog given its short IDput/v1/portal/resourcecatalogs/{id}
Download resource catalog to an EAR fileget/v1/portal/resourcecatalogs/{id}/archive

SQLDataServices

Operations for SQLDataServices
Task Method Path
Query for SQL DataServicesget/v1/portal/sqldataservices
Get SQL DataService details given its short IDget/v1/portal/sqldataservices/{id}

Skins

Operations for Skins
Task Method Path
Query for Skinsget/v1/portal/skins
Upload Skin metadata filepost/v1/portal/skins
Get skin details given its short IDget/v1/portal/skins/{id}
Update skin given its short IDput/v1/portal/skins/{id}
Download skin to an EAR fileget/v1/portal/skins/{id}/archive

Taskflows

Operations for Taskflows
Task Method Path
Query for TaskFlowsget/v1/portal/taskflows
Upload TaskFlow metadata files (page and pageDef)post/v1/portal/taskflows
Get TaskFlow details given its short IDget/v1/portal/taskflows/{id}
Update TaskFlow given its short IDput/v1/portal/taskflows/{id}
Download TaskFlow to an EAR fileget/v1/portal/taskflows/{id}/archive

VisualizationTemplates

Operations for VisualizationTemplates
Task Method Path
Query for Visualization Templatesget/v1/portal/visualizationtemplates
Create a new Visualization Templatepost/v1/portal/visualizationtemplates
Get Visualization Template details given its short IDget/v1/portal/visualizationtemplates/{id}
Update Visualization Template given its short IDput/v1/portal/visualizationtemplates/{id}
Download Visualization Template to an EAR fileget/v1/portal/visualizationtemplates/{id}/archive
Task Method Path
Gets the list of allowable actions for the specified objectget/cmis/allowableActions{repositoryId}
Gets the list of child objects for the specified repositoryget/cmis/children{repositoryId}
Creates or moves a child object in the specified repositorypost/cmis/children{repositoryId}
Deletes the children of the specified folderdelete/cmis/descendants{repositoryId}
Deletes a document from the specified repositorydelete/cmis/document{repositoryId}
Retrieves the properties of documentget/cmis/document{repositoryId}
Deletes a document from the specified repository using POSTpost/cmis/document{repositoryId}
Updates the properties of a documentput/cmis/document{repositoryId}
Deletes a folder from the specified repositorydelete/cmis/folder{repositoryId}
Gets the list of properties of a folderget/cmis/folder{repositoryId}
Deletes a folder from the specified repository using POSTpost/cmis/folder{repositoryId}
Updates the properties of a folderput/cmis/folder{repositoryId}
Get nested propertiesget/cmis/nestedProperties{repositoryId}
Returns the nested properties of the specified objectget/cmis/nestedProperty{repositoryId}
Gets the specified object by IDget/cmis/objectbyid
Gets the specified object by pathget/cmis/objectbypath{repositoryId}
Gets the parent for the specified nodeget/cmis/parents{repositoryId}
Queries a service document for the specified repositoryget/cmis/query/q{repositoryId}
Queries a service document for the specified repository using POSTpost/cmis/query{repositoryId}
Returns a list of available CMIS repositoriesget/cmis/repository
Returns information about a CMIS repositoryget/cmis/repository{repositoryId}
Gets the content stream for the specified objectget/cmis/stream{repositoryId}
Creates the content stream for the specified objectpost/cmis/stream{repositoryId}
Sets the content stream for the specified objectput/cmis/stream{repositoryId}
Gets the type definitions for the specified repositoryget/cmis/typebyid{repositoryId}
Returns the list of object types defined for the specified repositoryget/cmis/typesChildren{repositoryId}
Returns the set of descendant object types defined for the specified repositoryget/cmis/typesDescendants{repositoryId}
Gets the type definitions of specified repositoryget/cmis/type{repositoryId}
Retrieves a list by compound IDget/lists/({compoundId: .+})
Retrieve current values of general preference settingsget/preferences/general
Provide values for general preference settingsput/preferences/general
Retrieves lists in a portal based on search criteriaget/spaces/{spacename}/lists
Creates a new listpost/spaces/{spacename}/lists
Deletes a listdelete/spaces/{spacename}/lists/({id: .+})
Retrieves a list by IDget/spaces/{spacename}/lists/({id: .+})
Updates a list definitionput/spaces/{spacename}/lists/({id: .+})
Retrieves rows in a list based on search criteriaget/spaces/{spacename}/lists/({id: .+})/rows
Creates a new row in a listpost/spaces/{spacename}/lists/({id: .+})/rows
Retrieves all columns in a listget/spaces/{spacename}/lists/({listid: .+})/columns
Creates a new column in a listspost/spaces/{spacename}/lists/({listid: .+})/columns
Deletes a column in a listdelete/spaces/{spacename}/lists/({listid: .+})/columns/({columnid: .+})
Retrieves a column in a listget/spaces/{spacename}/lists/({listid: .+})/columns/({columnid: .+})
Updates a column in a listput/spaces/{spacename}/lists/({listid: .+})/columns/({columnid: .+})
Deletes a row in a listdelete/spaces/{spacename}/lists/({listid: .+})/rows/({rowid: .+})
Retrieves a row in a listget/spaces/{spacename}/lists/({listid: .+})/rows/({rowid: .+})
Updates a row in a listput/spaces/{spacename}/lists/({listid: .+})/rows/({rowid: .+})
Query for Business Objectsget/v1/portal/businessobjects
Get Business Object details given its short IDget/v1/portal/businessobjects/{id}
Query for DP TaskFlowsget/v1/portal/dptaskflows
Upload DP TaskFlow metadata files (page and pageDef)post/v1/portal/dptaskflows
Get DP TaskFlow details given its short IDget/v1/portal/dptaskflows/{id}
Download DP TaskFlow to an EAR fileget/v1/portal/dptaskflows/{id}/archive
Query for Layoutsget/v1/portal/layouts
Upload Layout metadata filepost/v1/portal/layouts
Get layout details given its short IDget/v1/portal/layouts/{id}
Update layout given its short IDput/v1/portal/layouts/{id}
Download layout to an EAR fileget/v1/portal/layouts/{id}/archive
Query for navigation nodesget/v1/portal/navigationnodes
Create a new navigation nodepost/v1/portal/navigationnodes
Get navigation node details given its short IDget/v1/portal/navigationnodes/{id}
Update a navigation node given its short IDput/v1/portal/navigationnodes/{id}
Get all child nodes for a navigation node given its shortIDget/v1/portal/navigationnodes/{id}/childNodes
Add a child node to a navigation nodepost/v1/portal/navigationnodes/{id}/childNodes
Remove a child nodedelete/v1/portal/navigationnodes/{id}/childNodes/{nodeId}
Get a child nodeget/v1/portal/navigationnodes/{id}/childNodes/{nodeId}
Add a child node in a specific positionpost/v1/portal/navigationnodes/{id}/childNodes/{toFollow}
Get all page variants for a navigation node given its shortIDget/v1/portal/navigationnodes/{id}/pageVariants
Add a page variant to a navigation nodepost/v1/portal/navigationnodes/{id}/pageVariants
Query for Pagesget/v1/portal/pages
Create a new pagepost/v1/portal/pages
Query for Page Stylesget/v1/portal/pagestyles
Upload Page Style metadata files (page and pageDef)post/v1/portal/pagestyles
Get page style details given its short IDget/v1/portal/pagestyles/{id}
Update page style given its short IDput/v1/portal/pagestyles/{id}
Download page style to an EAR fileget/v1/portal/pagestyles/{id}/archive
Get the content items for a given page styleget/v1/portal/pagestyles/{id}/contentItems
Get page details given its short IDget/v1/portal/pages{id}
Update page given its short IDput/v1/portal/pages{id}
Get the content items for a given pageget/v1/portal/pages{id}/contentItems
Query for Page Templatesget/v1/portal/pagetemplates
Create a new Page Templatepost/v1/portal/pagetemplates
Get Page Template details given its short IDget/v1/portal/pagetemplates/{id}
Update Page Template given its short IDput/v1/portal/pagetemplates/{id}
Download Page Template to an EAR fileget/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 filepost/v1/portal/portals
Get portal details given its short IDget/v1/portal/portals/{id}
Update portal given its short IDput/v1/portal/portals/{id}
Query for portals to export a portal to a PAR fileget/v1/portal/portals/{portalId}/archive
Query for Data Presenter business objects as sub-resource of a portalget/v1/portal/portals/{portalId}/businessobjects
Query for content presenter templates as sub-resource of a portalget/v1/portal/portals/{portalId}/contentpresentertemplates
Query for portals to import content presenter template(s) at portal or shared levelpost/v1/portal/portals/{portalId}/contentpresentertemplates
Query for Data Presenter taskflows as sub-resource of a portalget/v1/portal/portals/{portalId}/dptaskflows
Query for portals to import data presenter taskflow(s) at portal or shared levelpost/v1/portal/portals/{portalId}/dptaskflows
Query for layouts as sub-resource of a portalget/v1/portal/portals/{portalId}/layouts
Query for portals to import layout(s) at portal or shared levelpost/v1/portal/portals/{portalId}/layouts
Query for members as sub-resource of a portalget/v1/portal/portals/{portalId}/members
Create a member as a sub-resource of a portalpost/v1/portal/portals/{portalId}/members
Query for navigation nodes as sub-resource of a portalget/v1/portal/portals/{portalId}/navigationnodes
Create a navigation node as a sub-resource of a portalpost/v1/portal/portals/{portalId}/navigationnodes
Query for pages as subresource of a portal given its short IDget/v1/portal/portals/{portalId}/pages
Create page within a portal given its short IDpost/v1/portal/portals/{portalId}/pages
Query for Page Styles as sub-resource of a portalget/v1/portal/portals/{portalId}/pagestyles
Query for portals to import page style(s) at portal or shared levelpost/v1/portal/portals/{portalId}/pagestyles
Query for page templates as sub-resource of a portalget/v1/portal/portals/{portalId}/pagetemplates
Create a page template as a sub-resource of a portalpost/v1/portal/portals/{portalId}/pagetemplates
Query for Resource Catalogs as sub-resource of a portalget/v1/portal/portals/{portalId}/resourcecatalogs
Query for portals to import resource catalog(s) at portal or shared levelpost/v1/portal/portals/{portalId}/resourcecatalogs
Query for REST DataServices as sub-resource of a portalget/v1/portal/portals/{portalId}/restdataservices
Query for Skins as sub-resource of a portalget/v1/portal/portals/{portalId}/skins
Query for portals to import skin(s) at portal or shared levelpost/v1/portal/portals/{portalId}/skins
Query for SQL DataServices as sub-resource of a portalget/v1/portal/portals/{portalId}/sqldataservices
Query for taskflows as sub-resource of a portalget/v1/portal/portals/{portalId}/taskflows
Create a taskflow as a sub-resource of a portalpost/v1/portal/portals/{portalId}/taskflows
Query for visualization templates as sub-resource of a portalget/v1/portal/portals/{portalId}/visualizationtemplates
Query for portals to import visualization template(s) at portal or shared levelpost/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 filepost/v1/portal/portaltemplates
Get portal template details given its short IDget/v1/portal/portaltemplates/{id}
Update portal template given its short IDput/v1/portal/portaltemplates/{id}
Query for portal templates to export a portal template to a PAR fileget/v1/portal/portaltemplates/{portalTemplateId}/archive
Query for Data Presenter business objects as sub-resource of a portal templateget/v1/portal/portaltemplates/{portalTemplateId}/businessobjects
Query for content presenter templates as sub-resource of a portal templateget/v1/portal/portaltemplates/{portalTemplateId}/contentpresentertemplates
Query for portals to import content presenter template(s) at portal template or shared levelpost/v1/portal/portaltemplates/{portalTemplateId}/contentpresentertemplates
Query for Data Presenter taskflows as sub-resource of a portal templateget/v1/portal/portaltemplates/{portalTemplateId}/dptaskflows
Query for portal templates to import data presenter taskflow(s) at portal template or shared levelpost/v1/portal/portaltemplates/{portalTemplateId}/dptaskflows
Query for layouts as sub-resource of a portali templateget/v1/portal/portaltemplates/{portalTemplateId}/layouts
Create a layout as a sub-resource of a portal templatepost/v1/portal/portaltemplates/{portalTemplateId}/layouts
Query for members as sub-resource of a portal templateget/v1/portal/portaltemplates/{portalTemplateId}/members
Create a member as a sub-resource of a portal templatepost/v1/portal/portaltemplates/{portalTemplateId}/members
Query for navigation nodes as sub-resource of a portal templateget/v1/portal/portaltemplates/{portalTemplateId}/navigationnodes
Create a navigation node as a sub-resource of a portal templatepost/v1/portal/portaltemplates/{portalTemplateId}/navigationnodes
Query for pages as subresource of a portal template given its short IDget/v1/portal/portaltemplates/{portalTemplateId}/pages
Create page within a portal given its short IDpost/v1/portal/portaltemplates/{portalTemplateId}/pages
Query for Page Styles as sub-resource of a portal templateget/v1/portal/portaltemplates/{portalTemplateId}/pagestyles
Create a page style as a sub-resource of a portal templatepost/v1/portal/portaltemplates/{portalTemplateId}/pagestyles
Query for page templates as sub-resource of a portal templateget/v1/portal/portaltemplates/{portalTemplateId}/pagetemplates
Query for portal templates to import page template(s) at portal or shared levelpost/v1/portal/portaltemplates/{portalTemplateId}/pagetemplates
Query for Resource Catalogs as sub-resource of a portal templateget/v1/portal/portaltemplates/{portalTemplateId}/resourcecatalogs
Query for portal templates to import resource catalog(s) at portal template or shared levelpost/v1/portal/portaltemplates/{portalTemplateId}/resourcecatalogs
Query for REST DataServices as sub-resource of a portal templateget/v1/portal/portaltemplates/{portalTemplateId}/restdataservices
Query for Skins as sub-resource of a portali templateget/v1/portal/portaltemplates/{portalTemplateId}/skins
Query for portals to import skin(s) at portal or shared levelpost/v1/portal/portaltemplates/{portalTemplateId}/skins
Query for SQL DataServices as sub-resource of a portal templateget/v1/portal/portaltemplates/{portalTemplateId}/sqldataservices
Query for taskflows as sub-resource of a portal templateget/v1/portal/portaltemplates/{portalTemplateId}/taskflows
Query for portal templates to import taskflow(s) at portal template or shared levelpost/v1/portal/portaltemplates/{portalTemplateId}/taskflows
Query for visualization templates as sub-resource of a portal templateget/v1/portal/portaltemplates/{portalTemplateId}/visualizationtemplates
Query for portals to import visualization template(s) at portal template or shared levelpost/v1/portal/portaltemplates/{portalTemplateId}/visualizationtemplates
Query for Resource Catalogsget/v1/portal/resourcecatalogs
Upload Resource Catalog metadata filepost/v1/portal/resourcecatalogs
Get page style details given its short IDget/v1/portal/resourcecatalogs/{id}
Update resource catalog given its short IDput/v1/portal/resourcecatalogs/{id}
Download resource catalog to an EAR fileget/v1/portal/resourcecatalogs/{id}/archive
Query for REST DataServicesget/v1/portal/restdataservices
Get REST DataService details given its short IDget/v1/portal/restdataservices/{id}
Query for Skinsget/v1/portal/skins
Upload Skin metadata filepost/v1/portal/skins
Get skin details given its short IDget/v1/portal/skins/{id}
Update skin given its short IDput/v1/portal/skins/{id}
Download skin to an EAR fileget/v1/portal/skins/{id}/archive
Query for SQL DataServicesget/v1/portal/sqldataservices
Get SQL DataService details given its short IDget/v1/portal/sqldataservices/{id}
Query for TaskFlowsget/v1/portal/taskflows
Upload TaskFlow metadata files (page and pageDef)post/v1/portal/taskflows
Get TaskFlow details given its short IDget/v1/portal/taskflows/{id}
Update TaskFlow given its short IDput/v1/portal/taskflows/{id}
Download TaskFlow to an EAR fileget/v1/portal/taskflows/{id}/archive
Query for Visualization Templatesget/v1/portal/visualizationtemplates
Create a new Visualization Templatepost/v1/portal/visualizationtemplates
Get Visualization Template details given its short IDget/v1/portal/visualizationtemplates/{id}
Update Visualization Template given its short IDput/v1/portal/visualizationtemplates/{id}
Download Visualization Template to an EAR fileget/v1/portal/visualizationtemplates/{id}/archive

BusinessObjects

Operations for BusinessObjects
Task Method Path
Query for Business Objectsget/v1/portal/businessobjects
Get Business Object details given its short IDget/v1/portal/businessobjects/{id}

CMIS

Operations for CMIS
Task Method Path
Deletes the children of the specified folderdelete/cmis/descendants{repositoryId}
Deletes a document from the specified repositorydelete/cmis/document{repositoryId}
Deletes a folder from the specified repositorydelete/cmis/folder{repositoryId}
Gets the list of allowable actions for the specified objectget/cmis/allowableActions{repositoryId}
Gets the list of child objects for the specified repositoryget/cmis/children{repositoryId}
Retrieves the properties of documentget/cmis/document{repositoryId}
Gets the list of properties of a folderget/cmis/folder{repositoryId}
Get nested propertiesget/cmis/nestedProperties{repositoryId}
Returns the nested properties of the specified objectget/cmis/nestedProperty{repositoryId}
Gets the specified object by IDget/cmis/objectbyid
Gets the specified object by pathget/cmis/objectbypath{repositoryId}
Gets the parent for the specified nodeget/cmis/parents{repositoryId}
Queries a service document for the specified repositoryget/cmis/query/q{repositoryId}
Returns a list of available CMIS repositoriesget/cmis/repository
Returns information about a CMIS repositoryget/cmis/repository{repositoryId}
Gets the content stream for the specified objectget/cmis/stream{repositoryId}
Gets the type definitions for the specified repositoryget/cmis/typebyid{repositoryId}
Returns the list of object types defined for the specified repositoryget/cmis/typesChildren{repositoryId}
Returns the set of descendant object types defined for the specified repositoryget/cmis/typesDescendants{repositoryId}
Gets the type definitions of specified repositoryget/cmis/type{repositoryId}
Creates or moves a child object in the specified repositorypost/cmis/children{repositoryId}
Deletes a document from the specified repository using POSTpost/cmis/document{repositoryId}
Deletes a folder from the specified repository using POSTpost/cmis/folder{repositoryId}
Queries a service document for the specified repository using POSTpost/cmis/query{repositoryId}
Creates the content stream for the specified objectpost/cmis/stream{repositoryId}
Updates the properties of a documentput/cmis/document{repositoryId}
Updates the properties of a folderput/cmis/folder{repositoryId}
Sets the content stream for the specified objectput/cmis/stream{repositoryId}

DPTaskflows

Operations for DPTaskflows
Task Method Path
Query for DP TaskFlowsget/v1/portal/dptaskflows
Get DP TaskFlow details given its short IDget/v1/portal/dptaskflows/{id}
Download DP TaskFlow to an EAR fileget/v1/portal/dptaskflows/{id}/archive
Upload DP TaskFlow metadata files (page and pageDef)post/v1/portal/dptaskflows

Layouts

Operations for Layouts
Task Method Path
Query for Layoutsget/v1/portal/layouts
Get layout details given its short IDget/v1/portal/layouts/{id}
Download layout to an EAR fileget/v1/portal/layouts/{id}/archive
Upload Layout metadata filepost/v1/portal/layouts
Update layout given its short IDput/v1/portal/layouts/{id}

Lists

Operations for Lists
Task Method Path
Deletes a listdelete/spaces/{spacename}/lists/({id: .+})
Deletes a column in a listdelete/spaces/{spacename}/lists/({listid: .+})/columns/({columnid: .+})
Deletes a row in a listdelete/spaces/{spacename}/lists/({listid: .+})/rows/({rowid: .+})
Retrieves a list by compound IDget/lists/({compoundId: .+})
Retrieves lists in a portal based on search criteriaget/spaces/{spacename}/lists
Retrieves a list by IDget/spaces/{spacename}/lists/({id: .+})
Retrieves rows in a list based on search criteriaget/spaces/{spacename}/lists/({id: .+})/rows
Retrieves all columns in a listget/spaces/{spacename}/lists/({listid: .+})/columns
Retrieves a column in a listget/spaces/{spacename}/lists/({listid: .+})/columns/({columnid: .+})
Retrieves a row in a listget/spaces/{spacename}/lists/({listid: .+})/rows/({rowid: .+})
Creates a new listpost/spaces/{spacename}/lists
Creates a new row in a listpost/spaces/{spacename}/lists/({id: .+})/rows
Creates a new column in a listspost/spaces/{spacename}/lists/({listid: .+})/columns
Updates a list definitionput/spaces/{spacename}/lists/({id: .+})
Updates a column in a listput/spaces/{spacename}/lists/({listid: .+})/columns/({columnid: .+})
Updates a row in a listput/spaces/{spacename}/lists/({listid: .+})/rows/({rowid: .+})

NavigationNodes

Operations for NavigationNodes
Task Method Path
Remove a child nodedelete/v1/portal/navigationnodes/{id}/childNodes/{nodeId}
Query for navigation nodesget/v1/portal/navigationnodes
Get navigation node details given its short IDget/v1/portal/navigationnodes/{id}
Get all child nodes for a navigation node given its shortIDget/v1/portal/navigationnodes/{id}/childNodes
Get a child nodeget/v1/portal/navigationnodes/{id}/childNodes/{nodeId}
Get all page variants for a navigation node given its shortIDget/v1/portal/navigationnodes/{id}/pageVariants
Create a new navigation nodepost/v1/portal/navigationnodes
Add a child node to a navigation nodepost/v1/portal/navigationnodes/{id}/childNodes
Add a child node in a specific positionpost/v1/portal/navigationnodes/{id}/childNodes/{toFollow}
Add a page variant to a navigation nodepost/v1/portal/navigationnodes/{id}/pageVariants
Update a navigation node given its short IDput/v1/portal/navigationnodes/{id}

PageStyles

Operations for PageStyles
Task Method Path
Query for Page Stylesget/v1/portal/pagestyles
Get page style details given its short IDget/v1/portal/pagestyles/{id}
Download page style to an EAR fileget/v1/portal/pagestyles/{id}/archive
Get the content items for a given page styleget/v1/portal/pagestyles/{id}/contentItems
Upload Page Style metadata files (page and pageDef)post/v1/portal/pagestyles
Update page style given its short IDput/v1/portal/pagestyles/{id}

PageTemplates

Operations for PageTemplates
Task Method Path
Query for Page Templatesget/v1/portal/pagetemplates
Get Page Template details given its short IDget/v1/portal/pagetemplates/{id}
Download Page Template to an EAR fileget/v1/portal/pagetemplates/{id}/archive
Create a new Page Templatepost/v1/portal/pagetemplates
Update Page Template given its short IDput/v1/portal/pagetemplates/{id}

Pages

Operations for Pages
Task Method Path
Query for Pagesget/v1/portal/pages
Get page details given its short IDget/v1/portal/pages{id}
Get the content items for a given pageget/v1/portal/pages{id}/contentItems
Create a new pagepost/v1/portal/pages
Update page given its short IDput/v1/portal/pages{id}

PortalTemplates

Operations about WebCenter Portal Templates
Task Method Path
Query for portal templates; when search criteria is omitted, all portal templates will be returned.get/v1/portal/portaltemplates
Get portal template details given its short IDget/v1/portal/portaltemplates/{id}
Query for portal templates to export a portal template to a PAR fileget/v1/portal/portaltemplates/{portalTemplateId}/archive
Query for Data Presenter business objects as sub-resource of a portal templateget/v1/portal/portaltemplates/{portalTemplateId}/businessobjects
Query for content presenter templates as sub-resource of a portal templateget/v1/portal/portaltemplates/{portalTemplateId}/contentpresentertemplates
Query for Data Presenter taskflows as sub-resource of a portal templateget/v1/portal/portaltemplates/{portalTemplateId}/dptaskflows
Query for layouts as sub-resource of a portali templateget/v1/portal/portaltemplates/{portalTemplateId}/layouts
Query for members as sub-resource of a portal templateget/v1/portal/portaltemplates/{portalTemplateId}/members
Query for navigation nodes as sub-resource of a portal templateget/v1/portal/portaltemplates/{portalTemplateId}/navigationnodes
Query for pages as subresource of a portal template given its short IDget/v1/portal/portaltemplates/{portalTemplateId}/pages
Query for Page Styles as sub-resource of a portal templateget/v1/portal/portaltemplates/{portalTemplateId}/pagestyles
Query for page templates as sub-resource of a portal templateget/v1/portal/portaltemplates/{portalTemplateId}/pagetemplates
Query for Resource Catalogs as sub-resource of a portal templateget/v1/portal/portaltemplates/{portalTemplateId}/resourcecatalogs
Query for REST DataServices as sub-resource of a portal templateget/v1/portal/portaltemplates/{portalTemplateId}/restdataservices
Query for Skins as sub-resource of a portali templateget/v1/portal/portaltemplates/{portalTemplateId}/skins
Query for SQL DataServices as sub-resource of a portal templateget/v1/portal/portaltemplates/{portalTemplateId}/sqldataservices
Query for taskflows as sub-resource of a portal templateget/v1/portal/portaltemplates/{portalTemplateId}/taskflows
Query for visualization templates as sub-resource of a portal templateget/v1/portal/portaltemplates/{portalTemplateId}/visualizationtemplates
Query for portal templates to import portal template(s) from a PAR filepost/v1/portal/portaltemplates
Query for portals to import content presenter template(s) at portal template or shared levelpost/v1/portal/portaltemplates/{portalTemplateId}/contentpresentertemplates
Query for portal templates to import data presenter taskflow(s) at portal template or shared levelpost/v1/portal/portaltemplates/{portalTemplateId}/dptaskflows
Create a layout as a sub-resource of a portal templatepost/v1/portal/portaltemplates/{portalTemplateId}/layouts
Create a member as a sub-resource of a portal templatepost/v1/portal/portaltemplates/{portalTemplateId}/members
Create a navigation node as a sub-resource of a portal templatepost/v1/portal/portaltemplates/{portalTemplateId}/navigationnodes
Create page within a portal given its short IDpost/v1/portal/portaltemplates/{portalTemplateId}/pages
Create a page style as a sub-resource of a portal templatepost/v1/portal/portaltemplates/{portalTemplateId}/pagestyles
Query for portal templates to import page template(s) at portal or shared levelpost/v1/portal/portaltemplates/{portalTemplateId}/pagetemplates
Query for portal templates to import resource catalog(s) at portal template or shared levelpost/v1/portal/portaltemplates/{portalTemplateId}/resourcecatalogs
Query for portals to import skin(s) at portal or shared levelpost/v1/portal/portaltemplates/{portalTemplateId}/skins
Query for portal templates to import taskflow(s) at portal template or shared levelpost/v1/portal/portaltemplates/{portalTemplateId}/taskflows
Query for portals to import visualization template(s) at portal template or shared levelpost/v1/portal/portaltemplates/{portalTemplateId}/visualizationtemplates
Update portal template given its short IDput/v1/portal/portaltemplates/{id}

Portals

Operations for Portals
Task Method Path
Query for portals; when search criteria is omitted, all portals will be returned.get/v1/portal/portals
Get portal details given its short IDget/v1/portal/portals/{id}
Query for portals to export a portal to a PAR fileget/v1/portal/portals/{portalId}/archive
Query for Data Presenter business objects as sub-resource of a portalget/v1/portal/portals/{portalId}/businessobjects
Query for content presenter templates as sub-resource of a portalget/v1/portal/portals/{portalId}/contentpresentertemplates
Query for Data Presenter taskflows as sub-resource of a portalget/v1/portal/portals/{portalId}/dptaskflows
Query for layouts as sub-resource of a portalget/v1/portal/portals/{portalId}/layouts
Query for members as sub-resource of a portalget/v1/portal/portals/{portalId}/members
Query for navigation nodes as sub-resource of a portalget/v1/portal/portals/{portalId}/navigationnodes
Query for pages as subresource of a portal given its short IDget/v1/portal/portals/{portalId}/pages
Query for Page Styles as sub-resource of a portalget/v1/portal/portals/{portalId}/pagestyles
Query for page templates as sub-resource of a portalget/v1/portal/portals/{portalId}/pagetemplates
Query for Resource Catalogs as sub-resource of a portalget/v1/portal/portals/{portalId}/resourcecatalogs
Query for REST DataServices as sub-resource of a portalget/v1/portal/portals/{portalId}/restdataservices
Query for Skins as sub-resource of a portalget/v1/portal/portals/{portalId}/skins
Query for SQL DataServices as sub-resource of a portalget/v1/portal/portals/{portalId}/sqldataservices
Query for taskflows as sub-resource of a portalget/v1/portal/portals/{portalId}/taskflows
Query for visualization templates as sub-resource of a portalget/v1/portal/portals/{portalId}/visualizationtemplates
Query for portals to import portal(s) from a PAR filepost/v1/portal/portals
Query for portals to import content presenter template(s) at portal or shared levelpost/v1/portal/portals/{portalId}/contentpresentertemplates
Query for portals to import data presenter taskflow(s) at portal or shared levelpost/v1/portal/portals/{portalId}/dptaskflows
Query for portals to import layout(s) at portal or shared levelpost/v1/portal/portals/{portalId}/layouts
Create a member as a sub-resource of a portalpost/v1/portal/portals/{portalId}/members
Create a navigation node as a sub-resource of a portalpost/v1/portal/portals/{portalId}/navigationnodes
Create page within a portal given its short IDpost/v1/portal/portals/{portalId}/pages
Query for portals to import page style(s) at portal or shared levelpost/v1/portal/portals/{portalId}/pagestyles
Create a page template as a sub-resource of a portalpost/v1/portal/portals/{portalId}/pagetemplates
Query for portals to import resource catalog(s) at portal or shared levelpost/v1/portal/portals/{portalId}/resourcecatalogs
Query for portals to import skin(s) at portal or shared levelpost/v1/portal/portals/{portalId}/skins
Create a taskflow as a sub-resource of a portalpost/v1/portal/portals/{portalId}/taskflows
Query for portals to import visualization template(s) at portal or shared levelpost/v1/portal/portals/{portalId}/visualizationtemplates
Update portal given its short IDput/v1/portal/portals/{id}

Preferences

Operations for Preferences
Task Method Path
Retrieve current values of general preference settingsget/preferences/general
Provide values for general preference settingsput/preferences/general

RESTDataServices

Operations for REST DataServices
Task Method Path
Query for REST DataServicesget/v1/portal/restdataservices
Get REST DataService details given its short IDget/v1/portal/restdataservices/{id}

ResourceCatalogs

Operations for ResourceCatalogs
Task Method Path
Query for Resource Catalogsget/v1/portal/resourcecatalogs
Get page style details given its short IDget/v1/portal/resourcecatalogs/{id}
Download resource catalog to an EAR fileget/v1/portal/resourcecatalogs/{id}/archive
Upload Resource Catalog metadata filepost/v1/portal/resourcecatalogs
Update resource catalog given its short IDput/v1/portal/resourcecatalogs/{id}

SQLDataServices

Operations for SQLDataServices
Task Method Path
Query for SQL DataServicesget/v1/portal/sqldataservices
Get SQL DataService details given its short IDget/v1/portal/sqldataservices/{id}

Skins

Operations for Skins
Task Method Path
Query for Skinsget/v1/portal/skins
Get skin details given its short IDget/v1/portal/skins/{id}
Download skin to an EAR fileget/v1/portal/skins/{id}/archive
Upload Skin metadata filepost/v1/portal/skins
Update skin given its short IDput/v1/portal/skins/{id}

Taskflows

Operations for Taskflows
Task Method Path
Query for TaskFlowsget/v1/portal/taskflows
Get TaskFlow details given its short IDget/v1/portal/taskflows/{id}
Download TaskFlow to an EAR fileget/v1/portal/taskflows/{id}/archive
Upload TaskFlow metadata files (page and pageDef)post/v1/portal/taskflows
Update TaskFlow given its short IDput/v1/portal/taskflows/{id}

VisualizationTemplates

Operations for VisualizationTemplates
Task Method Path
Query for Visualization Templatesget/v1/portal/visualizationtemplates
Get Visualization Template details given its short IDget/v1/portal/visualizationtemplates/{id}
Download Visualization Template to an EAR fileget/v1/portal/visualizationtemplates/{id}/archive
Create a new Visualization Templatepost/v1/portal/visualizationtemplates
Update Visualization Template given its short IDput/v1/portal/visualizationtemplates/{id}
Task Method Path
Deletes the children of the specified folderdelete/cmis/descendants{repositoryId}
Deletes a document from the specified repositorydelete/cmis/document{repositoryId}
Deletes a folder from the specified repositorydelete/cmis/folder{repositoryId}
Deletes a listdelete/spaces/{spacename}/lists/({id: .+})
Deletes a column in a listdelete/spaces/{spacename}/lists/({listid: .+})/columns/({columnid: .+})
Deletes a row in a listdelete/spaces/{spacename}/lists/({listid: .+})/rows/({rowid: .+})
Remove a child nodedelete/v1/portal/navigationnodes/{id}/childNodes/{nodeId}
Gets the list of allowable actions for the specified objectget/cmis/allowableActions{repositoryId}
Gets the list of child objects for the specified repositoryget/cmis/children{repositoryId}
Retrieves the properties of documentget/cmis/document{repositoryId}
Gets the list of properties of a folderget/cmis/folder{repositoryId}
Get nested propertiesget/cmis/nestedProperties{repositoryId}
Returns the nested properties of the specified objectget/cmis/nestedProperty{repositoryId}
Gets the specified object by IDget/cmis/objectbyid
Gets the specified object by pathget/cmis/objectbypath{repositoryId}
Gets the parent for the specified nodeget/cmis/parents{repositoryId}
Queries a service document for the specified repositoryget/cmis/query/q{repositoryId}
Returns a list of available CMIS repositoriesget/cmis/repository
Returns information about a CMIS repositoryget/cmis/repository{repositoryId}
Gets the content stream for the specified objectget/cmis/stream{repositoryId}
Gets the type definitions for the specified repositoryget/cmis/typebyid{repositoryId}
Returns the list of object types defined for the specified repositoryget/cmis/typesChildren{repositoryId}
Returns the set of descendant object types defined for the specified repositoryget/cmis/typesDescendants{repositoryId}
Gets the type definitions of specified repositoryget/cmis/type{repositoryId}
Retrieves a list by compound IDget/lists/({compoundId: .+})
Retrieve current values of general preference settingsget/preferences/general
Retrieves lists in a portal based on search criteriaget/spaces/{spacename}/lists
Retrieves a list by IDget/spaces/{spacename}/lists/({id: .+})
Retrieves rows in a list based on search criteriaget/spaces/{spacename}/lists/({id: .+})/rows
Retrieves all columns in a listget/spaces/{spacename}/lists/({listid: .+})/columns
Retrieves a column in a listget/spaces/{spacename}/lists/({listid: .+})/columns/({columnid: .+})
Retrieves a row in a listget/spaces/{spacename}/lists/({listid: .+})/rows/({rowid: .+})
Query for Business Objectsget/v1/portal/businessobjects
Get Business Object details given its short IDget/v1/portal/businessobjects/{id}
Query for DP TaskFlowsget/v1/portal/dptaskflows
Get DP TaskFlow details given its short IDget/v1/portal/dptaskflows/{id}
Download DP TaskFlow to an EAR fileget/v1/portal/dptaskflows/{id}/archive
Query for Layoutsget/v1/portal/layouts
Get layout details given its short IDget/v1/portal/layouts/{id}
Download layout to an EAR fileget/v1/portal/layouts/{id}/archive
Query for navigation nodesget/v1/portal/navigationnodes
Get navigation node details given its short IDget/v1/portal/navigationnodes/{id}
Get all child nodes for a navigation node given its shortIDget/v1/portal/navigationnodes/{id}/childNodes
Get a child nodeget/v1/portal/navigationnodes/{id}/childNodes/{nodeId}
Get all page variants for a navigation node given its shortIDget/v1/portal/navigationnodes/{id}/pageVariants
Query for Pagesget/v1/portal/pages
Query for Page Stylesget/v1/portal/pagestyles
Get page style details given its short IDget/v1/portal/pagestyles/{id}
Download page style to an EAR fileget/v1/portal/pagestyles/{id}/archive
Get the content items for a given page styleget/v1/portal/pagestyles/{id}/contentItems
Get page details given its short IDget/v1/portal/pages{id}
Get the content items for a given pageget/v1/portal/pages{id}/contentItems
Query for Page Templatesget/v1/portal/pagetemplates
Get Page Template details given its short IDget/v1/portal/pagetemplates/{id}
Download Page Template to an EAR fileget/v1/portal/pagetemplates/{id}/archive
Query for portals; when search criteria is omitted, all portals will be returned.get/v1/portal/portals
Get portal details given its short IDget/v1/portal/portals/{id}
Query for portals to export a portal to a PAR fileget/v1/portal/portals/{portalId}/archive
Query for Data Presenter business objects as sub-resource of a portalget/v1/portal/portals/{portalId}/businessobjects
Query for content presenter templates as sub-resource of a portalget/v1/portal/portals/{portalId}/contentpresentertemplates
Query for Data Presenter taskflows as sub-resource of a portalget/v1/portal/portals/{portalId}/dptaskflows
Query for layouts as sub-resource of a portalget/v1/portal/portals/{portalId}/layouts
Query for members as sub-resource of a portalget/v1/portal/portals/{portalId}/members
Query for navigation nodes as sub-resource of a portalget/v1/portal/portals/{portalId}/navigationnodes
Query for pages as subresource of a portal given its short IDget/v1/portal/portals/{portalId}/pages
Query for Page Styles as sub-resource of a portalget/v1/portal/portals/{portalId}/pagestyles
Query for page templates as sub-resource of a portalget/v1/portal/portals/{portalId}/pagetemplates
Query for Resource Catalogs as sub-resource of a portalget/v1/portal/portals/{portalId}/resourcecatalogs
Query for REST DataServices as sub-resource of a portalget/v1/portal/portals/{portalId}/restdataservices
Query for Skins as sub-resource of a portalget/v1/portal/portals/{portalId}/skins
Query for SQL DataServices as sub-resource of a portalget/v1/portal/portals/{portalId}/sqldataservices
Query for taskflows as sub-resource of a portalget/v1/portal/portals/{portalId}/taskflows
Query for visualization templates as sub-resource of a portalget/v1/portal/portals/{portalId}/visualizationtemplates
Query for portal templates; when search criteria is omitted, all portal templates will be returned.get/v1/portal/portaltemplates
Get portal template details given its short IDget/v1/portal/portaltemplates/{id}
Query for portal templates to export a portal template to a PAR fileget/v1/portal/portaltemplates/{portalTemplateId}/archive
Query for Data Presenter business objects as sub-resource of a portal templateget/v1/portal/portaltemplates/{portalTemplateId}/businessobjects
Query for content presenter templates as sub-resource of a portal templateget/v1/portal/portaltemplates/{portalTemplateId}/contentpresentertemplates
Query for Data Presenter taskflows as sub-resource of a portal templateget/v1/portal/portaltemplates/{portalTemplateId}/dptaskflows
Query for layouts as sub-resource of a portali templateget/v1/portal/portaltemplates/{portalTemplateId}/layouts
Query for members as sub-resource of a portal templateget/v1/portal/portaltemplates/{portalTemplateId}/members
Query for navigation nodes as sub-resource of a portal templateget/v1/portal/portaltemplates/{portalTemplateId}/navigationnodes
Query for pages as subresource of a portal template given its short IDget/v1/portal/portaltemplates/{portalTemplateId}/pages
Query for Page Styles as sub-resource of a portal templateget/v1/portal/portaltemplates/{portalTemplateId}/pagestyles
Query for page templates as sub-resource of a portal templateget/v1/portal/portaltemplates/{portalTemplateId}/pagetemplates
Query for Resource Catalogs as sub-resource of a portal templateget/v1/portal/portaltemplates/{portalTemplateId}/resourcecatalogs
Query for REST DataServices as sub-resource of a portal templateget/v1/portal/portaltemplates/{portalTemplateId}/restdataservices
Query for Skins as sub-resource of a portali templateget/v1/portal/portaltemplates/{portalTemplateId}/skins
Query for SQL DataServices as sub-resource of a portal templateget/v1/portal/portaltemplates/{portalTemplateId}/sqldataservices
Query for taskflows as sub-resource of a portal templateget/v1/portal/portaltemplates/{portalTemplateId}/taskflows
Query for visualization templates as sub-resource of a portal templateget/v1/portal/portaltemplates/{portalTemplateId}/visualizationtemplates
Query for Resource Catalogsget/v1/portal/resourcecatalogs
Get page style details given its short IDget/v1/portal/resourcecatalogs/{id}
Download resource catalog to an EAR fileget/v1/portal/resourcecatalogs/{id}/archive
Query for REST DataServicesget/v1/portal/restdataservices
Get REST DataService details given its short IDget/v1/portal/restdataservices/{id}
Query for Skinsget/v1/portal/skins
Get skin details given its short IDget/v1/portal/skins/{id}
Download skin to an EAR fileget/v1/portal/skins/{id}/archive
Query for SQL DataServicesget/v1/portal/sqldataservices
Get SQL DataService details given its short IDget/v1/portal/sqldataservices/{id}
Query for TaskFlowsget/v1/portal/taskflows
Get TaskFlow details given its short IDget/v1/portal/taskflows/{id}
Download TaskFlow to an EAR fileget/v1/portal/taskflows/{id}/archive
Query for Visualization Templatesget/v1/portal/visualizationtemplates
Get Visualization Template details given its short IDget/v1/portal/visualizationtemplates/{id}
Download Visualization Template to an EAR fileget/v1/portal/visualizationtemplates/{id}/archive
Creates or moves a child object in the specified repositorypost/cmis/children{repositoryId}
Deletes a document from the specified repository using POSTpost/cmis/document{repositoryId}
Deletes a folder from the specified repository using POSTpost/cmis/folder{repositoryId}
Queries a service document for the specified repository using POSTpost/cmis/query{repositoryId}
Creates the content stream for the specified objectpost/cmis/stream{repositoryId}
Creates a new listpost/spaces/{spacename}/lists
Creates a new row in a listpost/spaces/{spacename}/lists/({id: .+})/rows
Creates a new column in a listspost/spaces/{spacename}/lists/({listid: .+})/columns
Upload DP TaskFlow metadata files (page and pageDef)post/v1/portal/dptaskflows
Upload Layout metadata filepost/v1/portal/layouts
Create a new navigation nodepost/v1/portal/navigationnodes
Add a child node to a navigation nodepost/v1/portal/navigationnodes/{id}/childNodes
Add a child node in a specific positionpost/v1/portal/navigationnodes/{id}/childNodes/{toFollow}
Add a page variant to a navigation nodepost/v1/portal/navigationnodes/{id}/pageVariants
Create a new pagepost/v1/portal/pages
Upload Page Style metadata files (page and pageDef)post/v1/portal/pagestyles
Create a new Page Templatepost/v1/portal/pagetemplates
Query for portals to import portal(s) from a PAR filepost/v1/portal/portals
Query for portals to import content presenter template(s) at portal or shared levelpost/v1/portal/portals/{portalId}/contentpresentertemplates
Query for portals to import data presenter taskflow(s) at portal or shared levelpost/v1/portal/portals/{portalId}/dptaskflows
Query for portals to import layout(s) at portal or shared levelpost/v1/portal/portals/{portalId}/layouts
Create a member as a sub-resource of a portalpost/v1/portal/portals/{portalId}/members
Create a navigation node as a sub-resource of a portalpost/v1/portal/portals/{portalId}/navigationnodes
Create page within a portal given its short IDpost/v1/portal/portals/{portalId}/pages
Query for portals to import page style(s) at portal or shared levelpost/v1/portal/portals/{portalId}/pagestyles
Create a page template as a sub-resource of a portalpost/v1/portal/portals/{portalId}/pagetemplates
Query for portals to import resource catalog(s) at portal or shared levelpost/v1/portal/portals/{portalId}/resourcecatalogs
Query for portals to import skin(s) at portal or shared levelpost/v1/portal/portals/{portalId}/skins
Create a taskflow as a sub-resource of a portalpost/v1/portal/portals/{portalId}/taskflows
Query for portals to import visualization template(s) at portal or shared levelpost/v1/portal/portals/{portalId}/visualizationtemplates
Query for portal templates to import portal template(s) from a PAR filepost/v1/portal/portaltemplates
Query for portals to import content presenter template(s) at portal template or shared levelpost/v1/portal/portaltemplates/{portalTemplateId}/contentpresentertemplates
Query for portal templates to import data presenter taskflow(s) at portal template or shared levelpost/v1/portal/portaltemplates/{portalTemplateId}/dptaskflows
Create a layout as a sub-resource of a portal templatepost/v1/portal/portaltemplates/{portalTemplateId}/layouts
Create a member as a sub-resource of a portal templatepost/v1/portal/portaltemplates/{portalTemplateId}/members
Create a navigation node as a sub-resource of a portal templatepost/v1/portal/portaltemplates/{portalTemplateId}/navigationnodes
Create page within a portal given its short IDpost/v1/portal/portaltemplates/{portalTemplateId}/pages
Create a page style as a sub-resource of a portal templatepost/v1/portal/portaltemplates/{portalTemplateId}/pagestyles
Query for portal templates to import page template(s) at portal or shared levelpost/v1/portal/portaltemplates/{portalTemplateId}/pagetemplates
Query for portal templates to import resource catalog(s) at portal template or shared levelpost/v1/portal/portaltemplates/{portalTemplateId}/resourcecatalogs
Query for portals to import skin(s) at portal or shared levelpost/v1/portal/portaltemplates/{portalTemplateId}/skins
Query for portal templates to import taskflow(s) at portal template or shared levelpost/v1/portal/portaltemplates/{portalTemplateId}/taskflows
Query for portals to import visualization template(s) at portal template or shared levelpost/v1/portal/portaltemplates/{portalTemplateId}/visualizationtemplates
Upload Resource Catalog metadata filepost/v1/portal/resourcecatalogs
Upload Skin metadata filepost/v1/portal/skins
Upload TaskFlow metadata files (page and pageDef)post/v1/portal/taskflows
Create a new Visualization Templatepost/v1/portal/visualizationtemplates
Updates the properties of a documentput/cmis/document{repositoryId}
Updates the properties of a folderput/cmis/folder{repositoryId}
Sets the content stream for the specified objectput/cmis/stream{repositoryId}
Provide values for general preference settingsput/preferences/general
Updates a list definitionput/spaces/{spacename}/lists/({id: .+})
Updates a column in a listput/spaces/{spacename}/lists/({listid: .+})/columns/({columnid: .+})
Updates a row in a listput/spaces/{spacename}/lists/({listid: .+})/rows/({rowid: .+})
Update layout given its short IDput/v1/portal/layouts/{id}
Update a navigation node given its short IDput/v1/portal/navigationnodes/{id}
Update page style given its short IDput/v1/portal/pagestyles/{id}
Update page given its short IDput/v1/portal/pages{id}
Update Page Template given its short IDput/v1/portal/pagetemplates/{id}
Update portal given its short IDput/v1/portal/portals/{id}
Update portal template given its short IDput/v1/portal/portaltemplates/{id}
Update resource catalog given its short IDput/v1/portal/resourcecatalogs/{id}
Update skin given its short IDput/v1/portal/skins/{id}
Update TaskFlow given its short IDput/v1/portal/taskflows/{id}
Update Visualization Template given its short IDput/v1/portal/visualizationtemplates/{id}