Fetches all dashboards in the project.
GET /api/v1/projects/:project_id/dashboards
Fetches all dashboards in the project by project ID
Path Parameters
- project_id string required
Project ID
Responses
- 200
- 400
Success" {"ok":1,"data":{"dashboards":["<dashboard_id>"]}, "message": "<message>"}
- application/json
- Schema
- Example (from schema)
Schema
{}
Bad Request" {"ok":0,"message":"<error_message>"}
- application/json
- Schema
- Example (from schema)
Schema
{}
Loading...