Unified API
Last updated 2 days ago
How to interact with the CoreMedia backend system
Unified API
The Unified API is the preferred API for interfacing with the CoreMedia CMS when writing custom tools and agents and when writing content delivery applications for the CAE. In particular, it is tightly integrated with the CoreMedia Content Application Engine and it is available in the Workflow Server for modifying content and for implementing plugin classes.
The Unified API allows you to access the Content repository, the Workflow repository and the User repository from custom code. It presents the properties of documents, versions, folders, users, groups, processes, and tasks in a uniform and object-oriented way.
Use Cases
- Content delivery with the CAE
- Creating command line tools
- Automated Agents
- Workflow actions
- Performer policies
Resources
- Learn how to use the Unified API in the Developer Manual
- As an example, study the Unified API Client Example which implements a simple counter for publications.
Is this page useful?