get_status_list
Get the list of status values used in process/item workflows.| Property | |
|---|---|
| Read-only | Yes |
Parameters
None.Returns
A list ofDataFieldListData with ID and value for each status option.
get_resolution_list
Get the list of resolution values that can be assigned to items.| Property | |
|---|---|
| Read-only | Yes |
Parameters
None.Returns
A list ofDataFieldListData with ID and value for each resolution option.
get_priority_list
Get the list of priority values that can be assigned to items.| Property | |
|---|---|
| Read-only | Yes |
Parameters
None.Returns
A list ofDataFieldListData with ID and value for each priority option.
get_severity_list
Get the list of severity values that can be assigned to items.| Property | |
|---|---|
| Read-only | Yes |
Parameters
None.Returns
A list ofDataFieldListData with ID and value for each severity option.
get_field_list
Get all available fields across all types (text, integer, decimal, percent, date, time, list, picker, toggle).| Property | |
|---|---|
| Read-only | Yes |
Parameters
None.Returns
A list ofDataFieldBase objects with field ID, name, and type information.
get_list_field_data_values
Get the list of selectable values for a field of type List.| Property | |
|---|---|
| Read-only | Yes |
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
fieldId | string | Yes | Field ID of a List-type field. Use get_field_list to find list fields. |
Returns
A list ofDataFieldListData with ID and value for each option.