Picklist
| 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 |
PicklistOption
| 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) |
