Create a new folder.
Returns the newly created folder's details.
Unexpected error.
{- "name": "string"
}
{- "resource": {
- "id": "string",
- "created_at": "string",
- "child_count": 0,
- "sub_folders": [
- { }
], - "Children": [
- {
- "id": "string",
- "name": "string"
}
], - "name": "string",
- "type": "ACCOUNT",
- "permission": "core_dashboards_view"
}
}
Get a folder by ID.
Returns the folder details.
Unexpected error.
{- "resource": {
- "id": "string",
- "created_at": "string",
- "child_count": 0,
- "sub_folders": [
- { }
], - "Children": [
- {
- "id": "string",
- "name": "string"
}
], - "name": "string",
- "type": "ACCOUNT",
- "permission": "core_dashboards_view"
}
}
Update a folder's name.
Returns the updated folder.
Unexpected error.
{- "name": "string"
}
{- "resource": {
- "id": "string",
- "created_at": "string",
- "child_count": 0,
- "sub_folders": [
- { }
], - "Children": [
- {
- "id": "string",
- "name": "string"
}
], - "name": "string",
- "type": "ACCOUNT",
- "permission": "core_dashboards_view"
}
}
Delete a folder along with any dashboards it contains.
Returns the deleted folder.
Unexpected error.
{- "resource": {
- "id": "string",
- "created_at": "string",
- "child_count": 0,
- "sub_folders": [
- { }
], - "Children": [
- {
- "id": "string",
- "name": "string"
}
], - "name": "string",
- "type": "ACCOUNT",
- "permission": "core_dashboards_view"
}
}