Get specified dashboard by ID for specified project
GET/v1/:projectName/dashboard/:dashboardId
Get specified dashboard by ID for specified project
Request
Path Parameters
dashboardId int64required
dashboardId
projectName stringrequired
projectName
Responses
- 200
OK
- */*
- Schema
- Example (from schema)
Schema
Array [
]
description string
id int64required
name stringrequired
owner string
widgets
object[]
widgetId int64
widgetName string
widgetOptions
object
widgetPosition
object
positionX int32
positionY int32
widgetSize
object
height int32
width int32
widgetType string
{
"description": "string",
"id": 0,
"name": "string",
"owner": "string",
"widgets": [
{
"widgetId": 0,
"widgetName": "string",
"widgetOptions": {},
"widgetPosition": {
"positionX": 0,
"positionY": 0
},
"widgetSize": {
"height": 0,
"width": 0
},
"widgetType": "string"
}
]
}
Loading...