Get Dashboards and Dashboard Groups Under a Specific Node

get

/api/dashboardNavigation/Dashboards/readForTree

Gets dashboards and dashboard groups under a specific node.

Request

Query Parameters
  • The node of the tree to get. You can specify root, the numerical id, or the full tree path.
    Example:
    root

There's no request body for this operation.

Back to Top

Response

Supported Media Types

200 Response

Successful operation
Body ()
Root Schema : schema
Match All
Show Source
Nested Schema : SuccessfulGetOperation
Type: object
Show Source
Nested Schema : type
Type: object
Show Source
Nested Schema : data
Type: array
The list of dashboards and dashboard groups.
Show Source
Example:
[
    {
        "id":"1002",
        "DashboardGroupID":"1002",
        "text":"Adhoc - Copy",
        "expanded":false
    },
    {
        "text":"Adhoc Event Dashboard",
        "leaf":true,
        "iconCls":"icon-portal",
        "view":"#event/events/eventsAdhocView",
        "DashboardID":"28",
        "DashboardName":"Adhoc Event Dashboard"
    }
]
Nested Schema : items
Match All
Show Source
Nested Schema : type
Type: object
Show Source
Nested Schema : type
Type: object
Show Source

Default Response

Failed operation
Body ()
Root Schema : schema
Type: object
Show Source
Nested Schema : errors
Type: array
The list of errors reported. Validation errors will be keyed by record field.
Show Source
Nested Schema : items
Type: object
Back to Top