Dashboards
Authorizations
Path parameters
uidstringRequired
Header parameters
organization-idstringRequired
Organization ID
Responses
200Success
application/json
400
Functional Error
application/json
get
GET /v1/bi/dashboards/{uid} HTTP/1.1
Host:
api-key: YOUR_API_KEY
organization-id: text
Accept: */*
{
"app": "text",
"service": "text",
"warnings": [
{}
],
"instanceId": "text",
"requestId": "text",
"data": {
"item": {
"gap": [
{}
],
"locales": {},
"parameters": [
{
"key": "text",
"control": "quick-date-range",
"use": "text",
"defaultValue": {}
}
],
"createdAt": "text",
"createdVia": "text",
"createdBy": "text",
"updatedAt": "text",
"updatedVia": "text",
"updatedBy": "text",
"uid": "text",
"appId": "text",
"blocks": [
{
"type": "divider",
"cols": [
{}
],
"rows": 1,
"icon": "text",
"transparent": true,
"attrs": {},
"parameters": [
{
"key": "text",
"defaultValue": {}
}
],
"locales": {},
"createdAt": "text",
"createdVia": "text",
"createdBy": "text",
"updatedAt": "text",
"updatedVia": "text",
"updatedBy": "text",
"uid": "text",
"templateUid": "text"
}
]
}
}
}
Was this helpful?