The templateReference resource provides information needed for accessing a template through the API.
Property | Type | Description |
---|---|---|
id | String | Unique identifier of the template. Read-only. |
name | String | The name of the template. Read-only. |
To get the template resource based on templateReference, construct the following HTTP request and url:
GET https://api.wordfields.com/templates/{id}
The following is a JSON representation of the resource.
{
"id": "string",
"name": "string"
}