Authorization: ********************curl --location --request GET 'https://test.your-api-server.com/api/mes/scheduling//events' \
--header 'Authorization: Bearer <token>'{
"success": true,
"events": [
{
"record_id": "string",
"scheduleId": "string",
"timestamp": "2019-08-24T14:15:22.123Z",
"event_type": "failure",
"severity": "info",
"status": "open",
"title": "string",
"description": "string"
}
]
}