Templates
User-owned templates, supporting list and single-record retrieval.
Columns
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique template identifier (UUID) | |
| FolderId | String | True |
Folders.Id |
Folder containing this template (null if not in a folder) |
| Name | String | False |
Template display name; filterable by name search | |
| Type | String | True |
Template type classification | |
| CreatedAt | Datetime | True |
Timestamp when the template was created | |
| UpdatedAt | Datetime | True |
Timestamp when the template was last updated | |
| Background | String | True |
Background color of the template (hex value or null) | |
| CategoryId | String | True |
Category identifier for the template | |
| CategoryName | String | True |
Category name for the template | |
| Description | String | False |
Brief description of the template | |
| Duration | Integer | False |
Duration in ms for video templates (null for image templates) | |
| ExternalId | String | True |
External identifier for tracking | |
| FolderName | String | True |
Name of the folder containing this template | |
| Height | Integer | False |
Template height in pixels | |
| IsClone | Boolean | True |
Whether this template is a clone of another | |
| IsMaster | Boolean | True |
Whether this is an original (non-cloned) template | |
| LayersCount | Integer | True |
Number of unlocked layers in the template | |
| IsMultiSizePages | Boolean | True |
Whether template has pages with different sizes | |
| PagesCount | Integer | True |
Number of pages in the template | |
| Ranking | Integer | True |
Template ranking score | |
| SourceTemplateId | String | True |
ID of the source template if this is a clone | |
| SourceTemplateName | String | True |
Name of the source template if this is a clone | |
| Tags | String | True |
JSON array of tag strings | |
| TeamId | String | True |
ID of the team owning the template | |
| ThumbnailURL | String | True |
URL to the template thumbnail image | |
| UserId | String | True |
ID of the template owner user | |
| Width | Integer | False |
Template width in pixels |