Authorization: ********************curl --location --request GET '/agenda/events?offset&count&start&end&search&order&status®ion&coverageTypes&rubricIds&showpastonly' \
--header 'Authorization: Bearer <token>'{
"_links": {
"next": "http://example.com",
"prev": "http://example.com",
"self": "http://example.com"
},
"_meta": {
"total": 0
},
"data": [
{
"id": "string",
"startDate": "2019-08-24",
"startTime": "14:15:22.123Z",
"endDate": "2019-08-24",
"endTime": "14:15:22.123Z",
"durationType": "ALL_DAY",
"status": "UPDATED",
"accreditation": "string",
"coverages": {
"hasTextCoverage": true,
"hasPictureCoverage": true,
"hasVideoCoverage": true
},
"title": "string",
"description": "string",
"organizer": "string",
"location": "string",
"address": {
"street": "string",
"number": "string",
"zip": "string",
"city": "string",
"country": "string",
"geometry": {
"lat": 0,
"lng": 0
}
},
"attachments": [
{
"id": 0,
"url": "http://example.com",
"assetType": "BELGA_IMAGE",
"belgaImageUuid": "string",
"fileName": "string",
"fileSize": 0,
"fileType": "DOCX",
"cropzone": {
"x": 0,
"y": 0,
"width": 0,
"height": 0
}
}
],
"rubrics": [
{
"id": "string",
"name": "string"
}
],
"contacts": [
{
"id": 0,
"firstName": "string",
"lastName": "string",
"phoneNumbers": [
"string"
],
"email": "string",
"websiteUrl": "string"
}
],
"keywords": null,
"createDate": "2019-08-24T14:15:22.123Z",
"updateDate": "2019-08-24T14:15:22.123Z"
}
]
}