For AI agents: visit https://trace-space.readme.io/llms.txt for an index of all pages formatted in Markdown and endpoints in OpenAPI.
| Field | Type | Description |
|---|
| id | string {guid} | A unique identifier of the Type |
| name | string | Type's name. |
| options | array of objects | Array of PicklistOption objects |
| Field | Type | Description |
|---|
| name | string | Option's name or string value |
| color | string? (optional) | Option's UI color. |
| numericValue | integer | Option's numeric value |
| isActive | bool | True if Option is Active. If false, then Option is not possible to be set (if previously set then the Option still remains as current value) |