templateReference resource type

The templateReference resource provides information needed for accessing a template through the API.

Properties

Property Type Description
id String Unique identifier of the template. Read-only.
name String The name of the template. Read-only.

Remarks

To get the template resource based on templateReference, construct the following HTTP request and url:

GET https://api.wordfields.com/templates/{id}

JSON format

The following is a JSON representation of the resource.

{
  "id": "string",
  "name": "string"
}