GET /company/{id}/events.Authorization: Bearer ********************offline_access-Offline accessopenid-OpenIDprofile-Profileemail-Emailcurl --location 'https://api.belga.press/belgapress/api/sentometrics/entities//esgcases?count=undefined&offset=undefined&status=undefined' \
--header 'Authorization: Bearer <token>'{
"_links": {
"self": "http://example.com",
"prev": "http://example.com",
"next": "http://example.com"
},
"_meta": {
"total": 0
},
"data": [
{
"id": 0,
"headline": "string",
"severity": {
"value": "LOW",
"rationale": "string"
},
"status": {
"value": "UNRESOLVED",
"rationale": "string"
},
"firstReportDate": "2019-08-24T14:15:22.123Z",
"lastProcessedDate": "2019-08-24T14:15:22.123Z"
}
]
}