2021.1

Table Of Contents
The progress of the operation will be displayed in the progress bar, and once the content
creation operation has completed, the IDs of the Content Sets created will be returned and
displayed to the Results area.
Further Reading
See the Content Creation Service page of the REST API Reference section for further detail.
Running a Content Creation Operation for Print By Data
(Using JSON)
Problem
You want to run a content creation operation to produce a Content Set using a template and
JSON data as inputs.
Solution
The solution is to make a series of requests using the following URIs and method types to
submit, monitor progress and ultimately retrieve the result of the content creation operation.
There is also the option of canceling an operation during processing if required. These
requests can be submitted via the Content Creation REST service:
Process
Content
Creation (By
Data) (JSON)
/rest/serverengine/workflow/contentcreation/{templateId}
POST
Get Progress of
Operation
/rest/serverengine/workflow/contentcreation/getProgress/
{operationId}
GET
Get Result of
Operation
/rest/serverengine/workflow/contentcreation/getResult/
{operationId}
POST
Cancel an
Operation
/rest/serverengine/workflow/contentcreation/cancel/
{operationId}
POST
Page 281