Get Dashboard Panel Data
GET /api/v1/projects/:project_id/dashboards/:dashboard_id/panels/:dashboard_panel_id/data
Fetches the data for a dashboard panel in the dashboard of the project.
Path Parameters
- project_id string required
Project ID
- dashboard_id string required
Dashboard ID
- dashboard_panel_id string required
Dashboard Panel ID
Query Parameters
- start string required
Start time
- stop string required
Stop time
- bounding_box string
Bounding box
Responses
- 200
- 400
Success" {"ok":1,"data":{"panelData":"<panel_data>"}}
- application/json
- Schema
- Example (from schema)
Schema
{}
Error" {"ok":0,"error":{"message":"<error_message>","code":<error_code>,"details":"<error_details>"}}
- application/json
- Schema
- Example (from schema)
Schema
{}
Loading...