Skip to main content

Get dashboard version

GET 

/v1/grafana/api/dashboards/id/:dashboardId/versions/:id

Get the dashboard version with the given id, for the dashboard with the given id.

Request

Path Parameters

    dashboardId integerrequired
    id integerrequired

Responses

success

Schema
    id integer

    ID.

    dashboardId integer

    Dashboard ID.

    parentVersion integer

    Parent version.

    restoredFrom integer

    Restored from.

    version integer

    Version.

    created string

    Creation date.

    message string

    Message.

    data object

    Data.

    annotations object

    Annotations.

    list undefined[]
    editable boolean

    Whether the data is editable.

    gnetId string

    Gnet Id.

    graphTooltip integer

    Graph tooltip.

    hideControls boolean

    Whether to hide controls.

    id integer

    ID.

    links undefined[]

    Links.

    rows object[]

    Rows.

  • Array [
  • collapse boolean

    Whether to collapse items.

    height string

    Height.

    panels undefined[]

    Panels.

    repeat string

    Repeat.

    repeatIteration string

    Repeat iteration.

    repeatRowId string

    Repeat row id.

    showTitle boolean

    Whether to show title.

    title string

    Title.

    titleSize string

    Title size.

  • ]
  • schemaVersion integer

    Schema version.

    style string

    Style.

    tags undefined[]

    Tags.

    templating object

    Templating.

    list undefined[]
    time object

    Time.

    from string

    From.

    to string

    To.

    timepicker object

    Time picker.

    refresh_intervals string[]

    Refresh intervals.

    time_options string[]

    Time options.

    timezone string

    Time zone.

    title string

    Title.

    version integer

    Version.

    createdBy string

    Created by.

Loading...