The templateFileReference is a lightweight reference to a templateFile resource.
Property | Type | Description |
---|---|---|
id | String | Unique identifier for a templateFile. Read-only. |
name | String | The name of the templateFile. Read-only. |
templateId | String | Unique identifier of the template that contains the templateFile. Read-only. |
To get the templateFile resource based on templateFileReference, construct the following HTTP request and url:
GET https://api.wordfields.com/templates/{templateId}/files/{id}
The following is a JSON representation of the resource.
{
"id": "string (identifier)",
"name": "string",
"templateId": "string (identifier)"
}