Skip to main content

Fetches all dashboards in the project.

GET http://localhost:8080/core/api/v1/api/v1/projects/:project_id/dashboards

Fetches all dashboards in the project by project ID

Path Parameters
  • project_id string required

    Project ID

Responses

Success" {"ok":1,"data":{"dashboards":["<dashboard_id>"]}, "message": "<message>"}

Schema

    Request

    Base URL
    http://localhost:8080/core/api/v1
    project_id — path required
    curl / cURL
    curl -L -X GET 'http://localhost:8080/core/api/v1/api/v1/projects/:project_id/dashboards' \
    -H 'Accept: application/json'