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