Model Definitions
Template Group Definition
| Attribute | Type | Required | Description |
|---|---|---|---|
| id | int | For Updates | Record's primary ID. |
| orgId | int | Yes | ID of the organization that the template group belongs to. Must be greater than zero. |
| name | string | Yes | Name of the template group. Must be 100 or fewer characters in length. |
| description | string? | No | User defined description of the template group. Must be 200 or fewer characters in length. |
| createdAt | DateTime | No | When the template group was created. |
TemplateGroupToTemplateLink Definition
| Attribute | Type | Description |
|---|---|---|
| templateId | int | The template's ID. |
| templateGroupId | int | The template group's ID. |
| createdAt | DateTime? | The DateTime the TemplateGroupToTemplateLink was created at. |