Skip to main content

get_status_list

Get the list of status values used in process/item workflows.
Property
Read-onlyYes

Parameters

None.

Returns

A list of DataFieldListData 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-onlyYes

Parameters

None.

Returns

A list of DataFieldListData 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-onlyYes

Parameters

None.

Returns

A list of DataFieldListData 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-onlyYes

Parameters

None.

Returns

A list of DataFieldListData 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-onlyYes

Parameters

None.

Returns

A list of DataFieldBase 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-onlyYes

Parameters

ParameterTypeRequiredDescription
fieldIdstringYesField ID of a List-type field. Use get_field_list to find list fields.

Returns

A list of DataFieldListData with ID and value for each option.