[comment]: # ({c7de0354-ac6966b9})
# Template object

The following objects are directly related to the `template` API.

[comment]: # ({/c7de0354-ac6966b9})

[comment]: # ({13c0dc99-4ecfc46e})
### Template

The template object has the following properties.

|Property|[Type](/manual/api/reference_commentary#data_types)|Description|
|--|--|------|
|templateid|string|*(readonly)* ID of the template.|
|**host**<br>(required)|string|Technical name of the template.|
|description|text|Description of the template.|
|name|string|Visible name of the template.<br><br>Default: `host` property value.|

Note that for some methods (update, delete) the required/optional parameter combination is different.

[comment]: # ({/13c0dc99-4ecfc46e})

[comment]: # ({19c0b583-2248aef2})
### Template tag

The template tag object has the following properties.

|Property|[Type](/manual/api/reference_commentary#data_types)|Description|
|--|--|------|
|**tag**<br>(required)|string|Template tag name.|
|value|string|Template tag value.|

[comment]: # ({/19c0b583-2248aef2})
