Add a dashboard
Add a dashboard
application/json
Request Body required
addLookerDashboardRequest
category string
dashboardId int64
dashboardName string
dealerAccessMap object
property name* string
description string
enableMyIQDso boolean
featureKeyList string[]
logoUrl string
Responses
- 200
- 201
- 401
- 403
- 404
OK
application/json
Schema
Example (from schema)
Schema
- Array [
- ]
error object
errorCode string
errorDescription string
status string
warning object[]
warningCode string
warningDescription string
{
"error": {
"errorCode": "string",
"errorDescription": "string"
},
"status": "string",
"warning": [
{
"warningCode": "string",
"warningDescription": "string"
}
]
}
Created
Unauthorized
Forbidden
Not Found
Loading...