Skip to main content

Get a dashboard + its charts

GET 

/v1/analytics/dashboards/:dashboard_id

Fetch one dashboard together with the charts it contains.

This returns definitions and layout only. To get the dashboard and every chart's plotted data in a single round trip, use GET /v1/analytics/dashboards/{dashboard_id}/with-data instead of fetching each chart yourself.

Requires the analytics:read scope.

Request

Responses

Successful Response