Get list options

GET {{api-server}}/:token/{{api-version}}/meta/model/fields/:select_field_uuid/options

This API endpoint returns the list of all OPTIONS of one specified (by uuid) custom field.

Applicable only for fields with data type SELECT-ONE or MULTI_SELECT.

HEADERS

KeyDatatypeRequiredDescription
X-Filerobot-KeystringFilerobot API key
Content-Typestring

RESPONSES

status: OK

{"status":"success","field_uuid":"cf1b6ee8-cc1e-4436-b23d-13c38a67e596","options":[{"api_slug":"skirt","label":"Skirt"},{"api_slug":"shoes","label":"Shoes"},{"api_slug":"hat","label":"Hat"},{"api_slug":"t_shirt","label":"T shirt"},{"api_slug":"bag","label":"Bag"}],"api_version":{"hash":"fb3440b980d63376bfcd277b9811349cd7f6280a","datetime":"2023-08-07T23:26:19+07:00"}}