REST API Reference

The PReS 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 PReS Connect REST API:

Service Name Internal Name Description

Authentication Service

AuthenticationRestService

Exposes methods for authenticated access (login & password) to the PReS 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.

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 delete specific content sets, and a method to access the content item IDs contained within a specific content set.

Data Record Entity Service

DataRecordEntityRestService

Exposes methods specific to the Data Record entity type including accessor methods for data records and the value & property values for a specific data record.

Data Set Entity Service

DataSetEntityRestService

Exposes methods specific to the Data Set entity type including property value accessor methods, methods to access all data sets and delete specific data sets, and a method to access the data record IDs contained within a specific data set.

Data Mapping Service

DataminingRestService

Exposes methods for the manual creation, monitoring & cancellation of data mapping operations within the workflow, including a method for accessing the result of a successful operation. Also exposes methods for basic data mapping pass-throughs specific to PDF VT data files.

Content Creation (Email) Service

EmailExportRestService

Exposes methods for the manual creation, monitoring & cancellation of new email context based content creation operations within the workflow, including a method for accessing the result of a successful operation.

File Store Service

FilestoreRestService

Exposes methods specific to file store operations in PReS Connect including the upload of data files, data mapping configurations, design templates, job creation presets & output creation presets. Also includes generic methods for the upload of directories and files to the file store, and the download & deletion of managed files already contained within the file store.

Content Creation (HTML) Service

HTMLMergeRestService

Exposes methods for the manual creation of new web context based content. Also exposes additional method to access the generated HTML content/resources.

Job Creation Service

JobCreationRestService

Exposes methods for the manual creation, monitoring & cancellation of job creation operations within the workflow, including a method for accessing the result of a successful operation.

Job Entity Service

JobEntityRestService

Exposes methods specific to the Job entity type including property value accessor methods and get job contents method.

Job Set Entity Service

JobSetEntityRestService

Exposes methods specific to the Job Set entity type including property value accessor methods, methods to access all jobs sets and delete specific data sets, and a method to access the job IDs contained within a specific job set.

Output Creation Service

OutputCreationRestService

Exposes methods for the manual creation, monitoring & cancellation of output creation operations within the workflow, including methods for accessing the result of a successful operation.

All-In-One Service

PrintRestService

Exposes methods for the manual creation, monitoring & cancellation of "All-In-One" operations within the workflow, including methods for accessing the result of a successful operation. Also includes a test output destination method.