2021.1

Table Of Contents
Usage
To run the example you first need to use the Browse button to select an appropriate JSONData
File and then enter the Template Managed File ID/Name (previously uploaded to the File
Store) into the appropriate text field as your inputs.
Select the Submit button to start the content creation operation.
Once the operation has started processing, the Operation ID will be displayed in the Results
area and the Cancel button will become enabled, giving you the option to cancel the running
operation.
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" on page529 page of the REST API Reference section for
further detail.
Creating a Preview PDF for Print By Data Record
Problem
You want to create a preview PDF using a template and an existing Data Record as inputs.
Solution
The solution is to create a request using the following URI and method type and submit it to the
server via the Content Creation REST service:
Create
Preview PDF
(By Data
Record)
/rest/serverengine/workflow/contentcreation/pdfpreviewdirect
GET
Page 287