Groups
Columns
Name | Type | ReadOnly | References | Description |
Id [KEY] | Long | True | Automatically assigned when the ticket is created. | |
Name | String | False | The name of the group. | |
CreatedAt | Datetime | True | The time the group was created. | |
UpdatedAt | Datetime | True | The time of the last update of the group. | |
Deleted | Boolean | True | Deleted groups get marked as such. | |
Url | String | True | The API url of this group. |
Pseudo-Columns
Name | Type | Description |
UserId | Long | The user id used to query groups |
Last updated