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
dashboardAccountData undefined[]
errorCode string
msg string
{
"dashboardAccountData": [],
"errorCode": "0",
"msg": "SUCCESS"
}
{
"dashboardAccountData": [],
"errorCode": "0",
"msg": "SUCCESS"
}
Loading...