Get Field Options (v1)

Deprecated. Use "Get Field Options (v1.2)" instead.

Returns the allowed values for one or more fields in a dataset, for use as filter values when querying data via "Get Data from Dataset". Pass field names in the fields array of the request body; the response is an object keyed by field name, where each value is an array of {id, value} option objects. Optionally supply filters to narrow the returned options (e.g. only options that exist for active employees) and dependentFields when one field's options depend on another field's selected value.

Unrecognised field names may produce a 500 response with a plain-text body rather than structured JSON.

Language
Credentials
:
URL
Response
Click Try It! to start a request and see the response here!