Event History

GET /event-history

Get event history

Responses

GET /event-history
curl \
 --request GET 'http://localhost:1888/v2/api/event-history'
Response examples (200)
{
  "Response": [
    {
      "Event": "string",
      "Time": "string"
    }
  ],
  "Error": "string",
  "StatusCode": 200,
  "Success": true,
  "Type": "API"
}
Response examples (500)
{
  "Response": "string",
  "Error": "Unknown error",
  "StatusCode": 500,
  "Success": false,
  "Type": "API"
}