Property description
The exportTemplate property specifies the Word Export template used for the target application. If not specified, the template used by the original will be set as the default.
Minimal JSON
{
"documentTemplateKey": "",
"format": ""
}{
"key": "cust_syncDataAutomation",
"type": "syncData",
"targetApplicationKey": "core_documentation",
"targetSpacePath": "Personal/Knowledge Base",
"exportTemplate": {
"documentTemplateKey": "cust_word_template",
"format": "pdf",
"dontIncludeChildren": false
}
}Nested properties
| Property | Description | Values | Mandatory |
|---|---|---|---|
documentTemplateKey | Key the Word object export template. | string | Yes |
format | Format of the export. Supported values are: word, pdf | string | Yes |
dontIncludeChildren | Determines whether the object’s children are used in the export. | string | No |