/
Content API
Content API
In order to access the XperienCentral content API, a few new terms need to be explained: the SessionManager
, the Session
, the PageService
and the ElementService
. The creation of a page is accomplished using the createPage
function. This function is part of the PageManagementService
. The PageManagementService
can be accessed through the XperienCentral Session
, which is obtained through the SessionManager
.The relation is depicted in the UML schema:
In order to access the content API functions related to a page, element or media item, the following steps need to be performed:
- Retrieve the
SessionManager
- Retrieve the
Session
- Retrieve the
pageService
orelementService
In This Section
, multiple selections available,
Related content
The Page, Element and Mediarepository Managementservice
The Page, Element and Mediarepository Managementservice
More like this
The XperienCentral SessionManager
The XperienCentral SessionManager
More like this
XperienCentral APIs
XperienCentral APIs
More like this
Integration API
Integration API
More like this
Design API
Design API
More like this
XperienCentral GraphQL API
XperienCentral GraphQL API
More like this