Skip to main content

Get all dashboard versions

GET 

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

Gets all existing dashboard versions for the dashboard with the given dashboardId.

Request

Path Parameters

    dashboardId integerrequired

Query Parameters

    limit integer
    start integer

Responses

success

Schema
    id integer

    ID.

    dashboardId integer

    Dashboard ID.

    parentVersion integer

    Dashboard parent version.

    restoredFrom integer

    Restored from.

    version integer

    Version.

    created integer

    Date created.

    createdBy string

    Created by.

    message string

    Message.

Loading...