1.7

Table Of Contents
REST API Reference
The PlanetPress Connect REST API defines a number of RESTful services that facilitate
various functionality within the server during workflow processing.
The following table is a summary of the services available in the PlanetPress Connect REST
API:
Service
Name
Internal Name Description
Authentication
Service
AuthenticationRestService Exposes methods for authenticated
access (login & password) to the
PlanetPress Connect REST API. Uses
a combination of basic and token
based authorisation.
Content
Creation
Service
ContentCreationRestService Exposes methods for the manual
creation, monitoring & cancellation of
new Print context based content
creation operations within the
workflow, including a method for
accessing the result of a successful
operation. Also exposes methods for
generating preview PDFs of print
output for single data records.
Content Item
Entity Service
ContentItemEntityRestService Exposes methods specific to the
Content Item entity type including
property value accessor methods and
an associated data record lookup
method.
Content Set
Entity Service
ContentSetEntityRestService Exposes methods specific to the
Content Set entity type including
property value accessor methods,
methods to access all content sets and
Page 277