> For clean Markdown of any page, append .md to the page URL.
> For a complete documentation index, see https://developer-test.atomicwork.com/llms.txt.
> For full documentation content, see https://developer-test.atomicwork.com/llms-full.txt.
> For AI client integration (Claude Code, Cursor, etc.), connect to the MCP server at https://developer-test.atomicwork.com/_mcp/server.

# 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`.                                                  |