Skip to content

Get a field option

Request

Get an FieldOption resource for an Field where Field.hasFixedOptions = true.

Security
bearerToken
Path
idstringrequired

The unique ID of the FieldOption

curl -i -X GET \
  'https://api-v2.dash.app/field-options/{id}' \
  -H 'Authorization: Bearer <YOUR_JWT_HERE>'

Responses

Success

Bodyapplication/json
resultobjectrequired
permittedActionsArray of objectsrequired

Permitted actions for FieldOption resources:

Response
{ "result": { "id": "1fc6d6c3-c42d-48e2-b0db-5d680a58ca52", "fieldId": "a52b5315-15b8-417f-b742-d6902108bac1", "value": "My Top Level Folder", "position": 0, "leaf": false, "parent": null }, "permittedActions": [] }