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

PropertyDescriptionValuesMandatory
documentTemplateKeyKey the Word object export template.stringYes
formatFormat of the export. Supported values are: word, pdfstringYes
dontIncludeChildrenDetermines whether the object’s children are used in the export.stringNo