Get dashboard panels
GET /api/v1/projects/:project_id/dashboards/:dashboard_id/panels
Fetches all dashboard panels in the dashboard of the project.
Path Parameters
- project_id string required
Project ID
- dashboard_id string required
Dashboard ID
Responses
- 200
- 400
Success" {"ok":1,"data":{"dashboardPanels":"<dashboard_panels>"}}
- 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...