GET /company/{id}/events.Authorization: Bearer ********************offline_access-Offline accessopenid-OpenIDprofile-Profileemail-Emailcurl --location --request GET 'https://api.belga.press/belgapress/api/sentometrics/entities//esgcases?count&offset&status'{
"_links": {
"self": "http://example.com",
"prev": "http://example.com",
"next": "http://example.com"
},
"_meta": {
"total": 0
},
"data": [
{
"id": 0,
"headline": "string",
"involvedEntities": [
{
"id": "string",
"name": "string",
"companyNumber": "string"
}
],
"risks": [
"string"
],
"severity": {
"value": "LOW",
"rationale": "string"
},
"status": {
"value": "UNRESOLVED",
"rationale": "string"
},
"accusation": {
"description": "string"
},
"response": {
"description": "string"
},
"supportingDocuments": [
{
"relevance": [
"accusation"
],
"type": "news-article",
"publishDate": "2019-08-24T14:15:22.123Z",
"source": "string",
"url": "http://example.com",
"title": "string"
}
],
"firstReportDate": "2019-08-24T14:15:22.123Z",
"lastProcessedDate": "2019-08-24T14:15:22.123Z"
}
]
}