Get dropdown options for a List Field
Lists
Get dropdown options for a List Field
| ⚠️ This endpoint is currently in BETA |
|---|
Returns the dropdown options for a specific dropdown or ranked-dropdown field on a List.
Use the returned dropdown option IDs when writing dropdown field values via the field update endpoints.
GET
Get dropdown options for a List Field
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
List ID
Required range:
1 <= x <= 9007199254740991Field ID
Example:
"field-1234"
Query Parameters
Cursor for the next or previous page
Example:
"ICAgICAgYmVmb3JlOjo6Nw"
Number of items to include in the page
Required range:
1 <= x <= 100Response
OK
DropdownOptionPaged model
data
(dropdownOptions.DropdownOption · object | dropdownOptions.RankedDropdownOption · object)[]
required
A page of DropdownOption results
Maximum array length:
100- dropdownOptions.DropdownOption
- dropdownOptions.RankedDropdownOption
Example:
{
"type": "dropdown",
"id": 1,
"text": "Seed"
}