Skip to main content

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

OK

Schema

    description string
    id int64required
    name stringrequired
    owner string

    widgets

    object[]

  • Array [

  • widgetId int64
    widgetName string

    widgetOptions

    object

    widgetPosition

    object

    positionX int32
    positionY int32

    widgetSize

    object

    height int32
    width int32
    widgetType string
  • ]

Loading...