A type category for project or ticket types.
| Name | Editable? | Required? | Type | Nullable? | Summary |
|---|---|---|---|---|---|
| ID | Int32 | The ID of the type category. | |||
| Name | This field is editable through the web API. | This field is required. | String | The name of the type category. | |
| Description | This field is editable through the web API. | String | This field is nullable. | The description of the type category. | |
| CreatedDate | DateTime | The created date of the type category. | |||
| CreatedByUid | String | This field is nullable. | The UID of the user who created the type category. | ||
| CreatedByFullName | String | This field is nullable. | The full name of the user who created the type category. | ||
| ModifiedDate | DateTime | The last modified date of the type category. | |||
| ModifiedByUid | String | This field is nullable. | The UID of the user who last modified the category. | ||
| ModifiedByFullName | String | This field is nullable. | The full name of the user who last modified the type category. | ||
| Order | This field is editable through the web API. | This field is required. | Double | The order of the type category. | |
| IsActive | This field is editable through the web API. | Boolean | The active status of the type category. |