GET: System Status
Returns the current state of the system.
GET /core/systemstatus
Response Schema: application/json
| status | string
|
| description | string
|
| response_time | string
|
| data | string |
Example:
{
"status": 200,
"description": "System is operational",
"response_time": "2014-08-06T07:51:52.2581942Z",
"data": null
}