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
dashboardDataundefined[]
Example:
[]
errorCodestring
Example:
0
msgstring
Example:
SUCCESS
{
"dashboardData": [],
"errorCode": "0",
"msg": "SUCCESS"
}
{
"dashboardData": [],
"errorCode": "0",
"msg": "SUCCESS"
}