Retrieve Dashboard Data
POST/retrieveDashboardData
The Authorization
must have Bearer
followed by Token
.
No params
Responses
- 200
Retrieve Dashboard Data
Response Headers
Date
string
Server
string
Set-Cookie
string
- application/json
- Schema
- Example (from schema)
- Retrieve Dashboard Data
Schema
dashboardData undefined[]
errorCode string
msg string
{
"dashboardData": [],
"errorCode": "0",
"msg": "SUCCESS"
}
{
"dashboardData": [],
"errorCode": "0",
"msg": "SUCCESS"
}
Loading...