---
title: "List all options for a form field"
method: GET
path: "/workflows/{workflowId}/form-fields/{formFieldId}/options"
tags: ["Form Fields"]
---

# List all options for a form field

`GET /workflows/{workflowId}/form-fields/{formFieldId}/options`

Gets a page of form field options.<br>
Options are paged, meaning the links section in the response must be used to get the next/previous
batch of form field options.
If the field is linked to a Data Set Saved View, then the Row IDs are
also listed in the response.

## Path parameters

- `workflowId` string, required
- `formFieldId` string, required

## Query parameters

- `_` string

## Response `200`

- ListFormFieldOptionsResponse
  - `options` object[]
    - `value` string, required — The option's stored value.
    - `label` string, required — Display label shown to the end user.
    - `dataSetRowId` string
  - `links` object[] — Navigable HATEOAS links to related resources. Each entry has a `name` (RFC-5988 relation), an `href` URL, and a `type` (`Api` or `App`).
    - `name` string, required — Standard link relation name (RFC 5988) indicating this link's role. Common values include `self`, `edit`, `related`, `previous`, `next`.
    - `href` string, required — URL of the linked resource.
    - `rel` 'Approval Task' | 'Approvals' | 'Assignees' | 'Comment' | 'Data Set Records' | 'Data Sets' | 'Form Field Values' | 'Subject Task' | 'Task' | 'Tasks' | 'Users' | 'Webhook' | 'Workflow' | 'Workflow Run' — Optional. The kind of resource this link points to (e.g. `Workflow`, `Task`, `Comment`).
    - `type` 'Api' | 'App', required — Whether this link targets an API endpoint or a Process Street app URL. `Api` — a callable API endpoint you can fetch directly. `App` — a browser-facing URL in the Process Street UI.

## Other responses

- `default`

---

[API](https://skmtc.net/process/apis/process-street-public-api.md) · [All operations](https://skmtc.net/process/apis/process-street-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/process/process-street-public-api/revisions/6199a9464227/schema)
