v2

latestOpenAPI 3.0.02026-08-073221853.1 MB
Dashboards

Read Dashboard

get/console/v1/dashboards/{id}

Path parameters

idstring required

id

Response

Read dashboard response

messagestring required

A simple string explaining the result of the operation.

Example response

{
  "message": "Dashboard Read Successfully",
  "data": {
    "id": "dashboard_id",
    "name": "My Dashboard",
    "description": "desc",
    "defaults": {
      "date": {
        "value": 14,
        "unit": "day"
      },
      "granularity": "daily"
    },
    "widgets": [
      {
        "id": "widget_id",
        "type": "header",
        "title": "Overview",
        "width": 12,
        "height": 1
      }
    ]
  }
}