Authorization: ********************curl --location --request GET 'https://api.belga.press/belgapress/api/newsrooms//events?offset&count&order&language&showpast' \
--header 'Authorization: Bearer <token>'{
"_links": {
"next": "http://example.com",
"prev": "http://example.com",
"self": "http://example.com"
},
"_meta": {
"total": 0
},
"data": [
{
"id": 0,
"content": {
"nl": {
"title": "string",
"description": "string",
"accreditation": "string",
"url": "string"
},
"en": {
"title": "string",
"description": "string",
"accreditation": "string",
"url": "string"
},
"fr": {
"title": "string",
"description": "string",
"accreditation": "string",
"url": "string"
}
},
"startDate": "2019-08-24",
"startTime": "14:15:22.123Z",
"endDate": "2019-08-24",
"endTime": "14:15:22.123Z",
"allDay": true,
"venue": {
"name": "string"
}
}
]
}