Returns a paginated list of all options for the given custom field, including disabled ones.
Security
BearerAuth
GET
curl -i -X GET \
'https://public.letsweel.com/v1/businesses/123/custom-fields/3fa85f64-5717-4562-b3fc-2c963f66afa6/options?offset=50&limit=50' \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>'OK
Response
{ "count": 5, "next": "limit=50&offset=50", "previous": null, "results": [ { … } ] }