latestOpenAPI 3.1.02026-08-171503582.2 MB

6199a9464227

Form Fields

List all options for a form field

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.

get/workflows/{workflowId}/form-fields/{formFieldId}/options

Path parameters

workflowIdstring required

The ID of the Workflow

formFieldIdstring required

Form Field ID

Query parameters

_string

Opaque pagination cursor. Take this value from the previous response's links[] entry whose name is "next" (typically just follow that link's href instead of reading this value). Omit on the first page. If the previous response had no next link, there are no more pages.

Response

Example response

{
  "links": [
    {
      "href": "https://api.process.st/api/v1.1/resource/XXX"
    }
  ]
}