/stats/status
Check statistic data status.
Parameters
| object |
{ |
|
| string |
dateFrom |
Restrict data from this date, ISO format YYYY-MM-DD (eg 2017-07-16)
|
| string |
dateTo |
Restrict data from this date, ISO format YYYY-MM-DD (eg 2017-07-16)
|
| string |
session |
Session token obtained by one of login methods
|
|
|
} |
|
Response
| object |
{ |
|
| array |
days [ |
Array of records for every selected day.
|
| object |
{ |
|
| string |
date |
Restrict data from this date, ISO format YYYY-MM-DD (eg 2017-07-16)
|
| enum |
status |
Textual status description
|
|
|
} |
|
|
|
] |
|
| integer |
status |
Status code
|
| string |
statusMessage |
Textual status description
|
|
|
} |
|
Response status codes
List of possible response status codes:
200: OK
400: Bad request
401: Authentication failed
429: Too much requests in time