Get an FieldOption resource for an Field where Field.hasFixedOptions = true.
Security
bearerToken
The unique ID of the FieldOption
- Productionhttps://api-v2.dash.app/field-options/{id}
- Staginghttps://api-v2.dashstaging.app/field-options/{id}
curl -i -X GET \
'https://api-v2.dash.app/field-options/{id}' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'Success
Permitted actions for FieldOption resources:
FIELD_OPTION:UPDATE_METADATA_WITH_FIELD_OPTION- Whether the user can assign thisFieldOptionas a value inAsset.metadata.values
Response
- Without parent
- With parent
{ "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": [] }