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.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
List ID
1 <= x <= 9007199254740991Field ID
"field-1234"
Cursor for the next or previous page
"ICAgICAgYmVmb3JlOjo6Nw"
Number of items to include in the page
1 <= x <= 100OK
DropdownOptionPaged model
A page of DropdownOption results
100{
"prevUrl": "https://api.affinity.co/v2/foo?cursor=ICAgICAgYmVmb3JlOjo6Nw",
"nextUrl": "https://api.affinity.co/v2/foo?cursor=ICAgICAgIGFmdGVyOjo6NA"
}