2020.1
Table Of Contents
- Table of Contents
- Welcome to the PlanetPress Connect REST API Cookbook
- Technical Overview
- Working Examples
- Getting Started
- Server Security & Authentication
- Working with the File Store
- Working with the Entity Services
- Working with the Workflow Services
- Running a Data Mapping Operation
- Running a Data Mapping Operation (Using JSON)
- Running a Data Mapping Operation for PDF/VT File (to Data Set)
- Running a Data Mapping Operation for PDF/VT File (to Content Set)
- Running a Content Creation Operation for Print
- Running a Content Creation Operation for Print By Data Record (Using JSON)
- Running a Content Creation Operation for Email By Data Record (Using JSON)
- Creating Content for Web By Data Record
- Creating Content for Web By Data Record (Using JSON)
- Running a Job Creation Operation (Using JSON)
- Running an Output Creation Operation
- Running an Output Creation Operation (Using JSON)
- Running an Output Creation Operation By Job (Using JSON)
- Running an All-In-One Operation (Using JSON)
- REST API Reference
- Authentication Service
- Content Creation Service
- Service Handshake
- Process Content Creation
- Process Content Creation (By Data Record) (JSON)
- Process Content Creation (By Data) (JSON)
- Create Preview PDF
- Create Preview PDF (By Data Record)
- Create Preview PDF (By Data) (JSON)
- Get All Operations
- Get Progress of Operation
- Get Result of Operation
- Cancel an Operation
- Service Version
- Content Item Entity Service
- Content Set Entity Service
- Data Record Entity Service
- Data Set Entity Service
- Data Mapping Service
- Document Entity Service
- Document Set Entity Service
- Content Creation (Email) Service
- Entity Service
- File Store Service
- Content Creation (HTML) Service
- Job Creation Service
- Job Entity Service
- Job Segment Entity Service
- Job Set Entity Service
- Output Creation Service
- All-In-One Service
- Copyright Information
- Legal Notices and Acknowledgements
Usage
To run the example first select the Entity Type that you are searching for. The data entity types
available are:
l Data Sets
l Data Records
l Content Sets
l Content Items
l Job Sets
l Jobs
Once a data entity type is selected, various rules can be added to form the search criteria.
There are three categories of rules available: search, sorting and grouping rules.
Search Rules
There are eight types of search rules that can be specified as part of the overall search criteria:
l Data Value – Search for data entities based on the value of a data record field
l Property Value – Search for data entities based on the value of a data entity property
l In List – Restrict the search to the data entity identifiers contained within a list
l Not In List – Restrict the search to data entity identifiers not contained within a list
l Finishing – Search for data entities based on a finishing option:
l Media Name – The name of a media used as defined in the PlanetPress Connect
design template
l Duplex – Whether the page sheet is duplex or not
l Coating – The coating used for the front and back of the page sheet
l Binding – The binding used for the document including style, edge, type & angle
properties
l Document Length – Search for data entities based on the document length (number of
pages)
l Template Name – Search for data entities based on the name of the design template
used during Content Creation
Page 173