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
- 200
- 400
- 401
- 403
- 404
- 422
- 429
Successful Response
Error
Error
Error
Error
Validation Error
Error