axonpush
API referenceDashboards

GET /dashboards/{dashboardId}

GET
/dashboards/{dashboardId}

Path Parameters

dashboardId*string

Response Body

application/json

application/problem+json

curl -X GET "https://example.com/dashboards/string"
{  "$schema": "https://example.com/schemas/DashboardView.json",  "createdAt": "string",  "createdBy": "string",  "dashboardId": "string",  "description": "string",  "name": "string",  "spec": {    "widgets": [      {        "dimension": "string",        "limit": 0,        "metric": "string",        "scope": {          "app": "string",          "channel": "string",          "environment": "string",          "filterTagKey": "string",          "filterTagValue": "string",          "model": "string",          "provider": "string",          "source": "string"        },        "tagKey": "string",        "title": "string",        "type": "kpi"      }    ]  },  "updatedAt": "string"}