Content Creation Service

The following table is a summary of the resources and methods available in the Content Creation service:

Method Name Uniform Resource Identifier (URI) Method Type

Service Handshake

/rest/serverengine/workflow/contentcreation

GET

Process Content Creation (By Data Set)

/rest/serverengine/workflow/contentcreation/{templateId}/{dataSetId}

POST

Process Content Creation (By Data Record) (JSON)

/rest/serverengine/workflow/contentcreation/{templateId}

POST

Process Content Creation (By Data) (JSON)

/rest/serverengine/workflow/contentcreation/{templateId}

POST

Create Preview PDF (By Data Record)

/rest/serverengine/workflow/contentcreation/pdfpreviewdirect

GET

Create Preview PDF (By Data)

/rest/serverengine/workflow/contentcreation/pdfpreview/{templateId}/{dmConfigId}

POST

Create Preview PDF (By Data) (JSON)

/rest/serverengine/workflow/contentcreation/pdfpreview/{templateId}

POST

Create Preview Image (By Data Record) (JSON)

/rest/serverengine/workflow/contentcreation/imagepreview

POST

Create Preview Image (By Data) (JSON)

/rest/serverengine/workflow/contentcreation/imagepreview/{templateId}

POST

Get All Operations

/rest/serverengine/workflow/contentcreation/getOperations

GET

Get Progress of Operation

/rest/serverengine/workflow/contentcreation/getProgress/{operationId}

GET

Get Result of Operation

/rest/serverengine/workflow/contentcreation/getResult/{operationId}

POST

Get Managed Result of Operation

/rest/serverengine/workflow/outputcreation/getManagedResult/{operationId}

POST

Cancel an Operation

/rest/serverengine/workflow/contentcreation/cancel/{operationId}

POST

Service Version

/rest/serverengine/workflow/contentcreation/version

GET