+

Search Tips   |   Advanced Search

REST service for Web Content Manager

The REST service for Web Content Manager is a collection of Web services that are compliant with the Atom Publishing Protocol. They provide access to Web content, including versions and workflow states, via HTTP. The service is designed according to the REST (REpresentational State Transfer) architectural style.

REST services build interactive content which can be modified directly by the site users. Responsive, integrated editing tools can be created by embedding HTML and JavaScript in web content components which bind to the REST service to display or update content asynchronously. (AJAX)

HTTP makes integration with remote clients easier than with a traditional API. WCM functions can be exposed to remote systems without adding additional server side components, such as JSP, to access Java APIs. HTTP allows these services to work seamlessly with the infrastructure including firewall, proxy servers and caches.

Any examples in this section containing incomplete XML, or XML without namespace declarations, use the following declarations:


Service entry points

The URLs which comprise the REST service can change from release to release, or even with minor updates. Therefore IBM recommends to never bookmark, or generate a URL unless it is for a defined entry point.


REST Service Access Levels

To use the REST service for Web Content Manager a client user be assigned the "user" role or higher in the WCM REST SERVICE virtual resource. All authenticated users are assigned the "user" role by default.

An administrator can edit the WCM REST SERVICE virtual resource by going to Administration > Resource Permissions > Virtual Resources.

Header Header
User Users assigned the "user" role can:

Editor Users assigned the "editor" role can:

Manager Users assigned the "manager" role can:


Parent topic: REST services for Web Content Manager