Get the list of dashboards available in MyIQ
Get the list of dashboards available in MyIQ
Responses
- 200
- 401
- 403
- 404
OK
application/json
Schema
Example (from schema)
Schema
- Array [
- ]
- Array [
- ]
dashboardList object[]
category string
dashboardId int64
dashboardName string
description string
id int64
isValid boolean
logoUrl string
error object
errorCode string
errorDescription string
status string
warning object[]
warningCode string
warningDescription string
{
"dashboardList": [
{
"category": "string",
"dashboardId": 0,
"dashboardName": "string",
"description": "string",
"id": 0,
"isValid": true,
"logoUrl": "string"
}
],
"error": {
"errorCode": "string",
"errorDescription": "string"
},
"status": "string",
"warning": [
{
"warningCode": "string",
"warningDescription": "string"
}
]
}
Unauthorized
Forbidden
Not Found
Loading...