Get a Field resource.
When Field.hasFixedOptions = true the FieldOption resources for this Field can be retrieved via an FieldOptionSearch
Security
bearerToken
- Productionhttps://api-v2.dash.app/fields/{id}
- Staginghttps://api-v2.dashstaging.app/fields/{id}
curl -i -X GET \
https://api-v2.dash.app/fields/cfb665ca-ce35-4418-b9d5-70ee815db4bd \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'Response
{ "result": { "id": "a52b5315-15b8-417f-b742-d6902108bac1", "accountId": "cfb665ca-ce35-4418-b9d5-70ee815db4bd", "name": "Folders", "dataType": "STRING", "multiValue": true, "hasFixedOptions": true, "hierarchical": true, "editControl": "FOLDER_PICKER", "contributorsCanCreateFieldOptions": true, "indestructible": true, "recommended": true, "defaultSortField": "FIELD_ID", "browsable": true, "entityType": "ASSET", "lookupType": "PRODUCT_VARIANT_CRITERION" }, "permittedActions": [ { … } ] }