2022.2

Table Of Contents
Next you can specify the HTML parameters to use when creating the web content:
l Section the section within the Web context of the template to use
l Inline Mode the inline mode to be used in the creation of content
l CSS Selector a CSS selector for the creation of only a specific HTML element within
the template
Lastly, select the Submit button to create and retrieve the web content. When the response
returns a Result Link will be displayed in the Results area. This link can be selected to view
the resulting web content that was created.
Further Reading
See the Content Creation (HTML) Service page of the REST API Reference section for further
detail.
Creating Content for Web By Data (Using JSON)
Problem
You want to create and retrieve web content using a template and JSON data 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 (HTML) REST service:
Process Content
Creation (By Data)
(JSON)
/rest/serverengine/workflow/contentcreation/html/
{templateId}
POST
Example
HTML5
cch-process-by-data-json.html
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
Page 354