Dashboards

Returns a specific dashboard

get
Path parameters
idstringRequired
Responses
200Success
application/json
get
GET /v1/bi/dashboards/{id} HTTP/1.1
Host: 
Accept: */*
200Success
{
  "app": "text",
  "service": "text",
  "warnings": [
    {}
  ],
  "instanceId": "text",
  "requestId": "text",
  "data": {
    "item": {}
  }
}

Was this helpful?