Forms & Field Options
getFormFieldOptions
Get dropdown options for a form field.
Returns dropdown options for a specific form field. Use this for fields with type: "DROPDOWN", "MULTI_DROPDOWN", or "NESTED_DROPDOWN".
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
entityType | EntityType | Yes | The entity type for the form field |
referenceKey | string | Yes | The reference key of the dropdown field |
workspace_id | integer | No | The workspace ID |
request_type | RequestTypeDTO | No | The request type (REQUEST, INCIDENT, SERVICE_REQUEST, PROBLEM) |
request_id | string | No | The request display ID |
entity_id | integer | No | The entity ID (e.g., service item ID) |
parent_option_id | integer | No | Parent option ID for nested dropdowns |
search_key | string | No | Search key to filter options |
page | integer | No | Default: 1. |
per_page | integer | No | Default: 25. |
