Skip to content

Folder Settings

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 Asset permissions for a UserGroup (currently only configurable via the Dash frontend, not via the API)
  • A quick browse widget of your Folders Field appears on your Dash app homepage.

Folder Settings specify the Field.id of the Folders Field in your Dash.

Get the account folder settings

Request

Security
bearerToken
curl -i -X GET \
  https://api-v2.dash.app/folder-settings \
  -H 'Authorization: Bearer <YOUR_JWT_HERE>'

Responses

Success

Bodyapplication/json
resultobjectrequired
permittedActionsArray of objectsrequired
Response
{ "result": { "accountId": "cfb665ca-ce35-4418-b9d5-70ee815db4bd", "fieldId": "7756d388-110c-4712-b350-0b2b48e156c1" }, "permittedActions": [ {} ] }