For the most part Folders in Dash are just like any custom Field with Field.hasFixedOptions = true, Field.hierarchical = true and Field.multiValue = true.
The Folders Field also has the following behaviour.
- It cannot be deleted -
Field.indestructable = true - It is used to define
Assetpermissions for aUserGroup(currently only configurable via the Dash frontend, not via the API) - A quick browse widget of your Folders
Fieldappears on your Dash app homepage.
- Productionhttps://api-v2.dash.app/folder-settings
- Staginghttps://api-v2.dashstaging.app/folder-settings
curl -i -X GET \
https://api-v2.dash.app/folder-settings \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'Response
{ "result": { "accountId": "cfb665ca-ce35-4418-b9d5-70ee815db4bd", "fieldId": "7756d388-110c-4712-b350-0b2b48e156c1" }, "permittedActions": [ { … } ] }