2021.1

Table Of Contents
Process Content Creation (By Data Record) (JSON)
Submits a request to create new HTML content for the Web context.
Request takes a JSON HTML Parameters as content, and on success returns a response
containing the HTML output produced, specific to the Data Record and parameters specified.
Request
Method Type:
POST
URI:
/rest/serverengine/workflow/contentcreation/html/{templateId}/
{dataRecordId: [0-9]+}
Content: JSON HTML Parameters specifying parameters to be used for content
creation
Content
Type:
application/json
Add.
Headers:
If server security settings are enabled, then one of the following:
l Authorization Basic Authentication (Username and Password)
credentials (Base64 encoded)
l auth_token Authorization Token
Parameters
Path
Name Required Type Default
Value
Description
templateId
The Managed File ID (or
Name) of the template in
File Store
dataRecordId The ID of the Data Record
Page 517