1.5

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 List as content, and on success returns a response
containing the generated HTML output specific to the Data Record ID specified.
Type: POST
URI:
/rest/serverengine/workflow/contentcreation/html/{templateId}/
{dataRecordId: [0-9]+}
Parameters:
Path:
l templateId the Managed File ID (or Name) of the design template in
File Store
l dataRecordId the ID of the Data Record entity in Server
Request:
Add.
Headers:
auth_token Authorization Token (if server security
settings enabled)
Content: JSON HTML Parameters List listing section and inline
mode.
Content
Type:
application/json
Response:
Add.
Headers:
-
Content: The generated HTML output for the Data Record ID
Content
Type:
text/html
Page 333