Get Dashboard History
Get the version history of a specific dashboard
Request
URI
GET
https://{api_host}/api/v2/dashboard/{id}/history
COPY
Path Parameters
string
id
Required
id
Query Parameters
integer
offset
Optional
offset
integer
limit
Optional
limit
Responses
200
successful operation
Returns ResponseContainerHistoryResponse of type(s) application/json
{
"status": {
"result": "string",
"message": "string",
"code": 0
},
"response": {
"items": [
{
"id": "string",
"inTrash": false,
"version": 0,
"updateUser": "string",
"updateTime": 0,
"changeDescription": [
"string"
]
}
],
"offset": 0,
"limit": 0,
"cursor": "string",
"totalItems": 0,
"moreItems": false,
"sort": {
"ascending": false,
"field": "string",
"default": false
}
}
}
On This Page
Dashboard Operations
POST
Add Dashboard Access
PUT
Add Dashboard Tag
POST
Create Dashboard
DELETE
Delete Dashboard
POST
Favorite Dashboard
GET
Get All Dashboard
GET
Get Dashboard
GET
Get Dashboard Access Control List
GET
Get Dashboard History
GET
Get Dashboard Tags
GET
Get Dashboard Version
POST
Remove Dashboard Access
DELETE
Remove Dashboard Tag
PUT
Set Dashboard Acl
POST
Set Dashboard Tags
POST
Undelete Dashboard
POST
Unfavorite Dashboard
PUT
Update Dashboard