2018.1

Table Of Contents
Process Content Creation (By Data) (JSON)
Submits a request to create new HTML content for the Web context.
Request takes a JSON Record Data List of the data values for the Data Record as content, and
on success returns a response containing the HTML output produced, specific to the record
data specified.
Type: POST
URI:
/rest/serverengine/workflow/contentcreation/html/{templateId}
Parameters:
Path:
l templateId the Managed File ID (or Name) of the design template in
File Store
Query:
l section the section within the Web context to create (Defaults to
default section in design template)
l inline the inline mode to be used in the creation of content (Possible
values: NONE, CSS or ALL. Default Value: NONE)
Request:
Add.
Headers:
auth_token Authorization Token (if server security
settings enabled)
Content: JSON Record Data List specifying a list of data values for
the Data Record
Content
Type:
application/json
Response:
Add.
Headers:
Page 476