> Template object

The following objects are directly related to the template API.

Template

The template object has the following properties.

PropertyTypeDescription
templateidstring(readonly) ID of the template.
host
(required)
stringTechnical name of the template.
descriptiontextDescription of the template.
namestringVisible name of the template.

Default: host property value.
uuidstringUniversal unique identifier, used for linking imported templates to already existing ones. Auto-generated, if not given.

For update operations this field is readonly.

Template tag

The template tag object has the following properties.

PropertyTypeDescription
tag
(required)
stringTemplate tag name.
valuestringTemplate tag value.