Monitoring & Collection/Grafana Dashboards
GETGrafanaSince 1.0SynchronousAuth Required
GetDashboardVersionHistory
Retrieve the full version history of a dashboard including layout snapshots
Execution Availability
Try It Out
Submit a mock request using the current auth context and example-driven inputs.
Path Parameters
Query Parameters
Request Inputs
Path Parameters
idStringRequiredUUID of the dashboard to retrieve version history for
Query Parameters
tenantIdStringUUID of the tenant owning the dashboard UUID of the tenant owning the dashboard
Responses
Endpoint
GET/api/v1/monitoring/dashboards/{id}/versions
/api/v1/monitoring/dashboards/{id}/versions
Request Example
curl -X GET '{host}/api/v1/monitoring/dashboards/{id}/versions' -H 'Authorization: Bearer {token}'
Response Example
200{
"items": [
{}
]
}Change History
This API has no change history records yet.
