This resource represents the document template.
Methods
| Method |
Response Type |
Description |
| List |
template collection |
Return a collection of template objects. |
| Get |
template collection |
Retrieve the metadata of the template object. |
Properties
| Property |
Type |
Description |
| createdDateTime |
DateTimeOffset |
Date and time of template creation. Read-only. |
| name |
String |
The name of the template. Read-write. |
| id |
String |
The template ID is a unique identifier that represents the template. It is a key field and cannot be null. Read-only. |
Relationships
| Relationship |
Type |
Description |
| files |
templateFile collection |
The list of files associated with the template. |
| properties |
property collection |
The list of properties associated with the template. |
The JSON representation below illustrates the resource type.
{
"createdDateTime": "string (timestamp)",
"files": [{"@odata.type": "wordfields.templateFile"}],
"id": "string (identifier)",
"name": "string",
"properties": [{"@odata.type": "wordfields.property"}],
}