brand (asc), type (asc).Authorization: Bearer ********************openidoffline_accessprofileemailcurl --location --request GET 'https://api.belga.press/belgapress/api/reporting/activityReports?count&offset&start&end&brand&type&order' \
--header 'Authorization: Bearer <token>'{
"_links": {
"next": "http://example.com",
"prev": "http://example.com",
"self": "http://example.com"
},
"_meta": {
"total": 0
},
"data": [
{
"articleCount": 0,
"brand": {
"accentColor": "string",
"coverImage": {
"id": 0,
"url": "http://example.com"
},
"description": "string",
"id": 0,
"logo": {
"id": 0,
"url": "http://example.com"
},
"name": "string",
"updateDate": "2019-08-24T14:15:22.123Z"
},
"id": 0,
"totalPrice": {
"amount": "string",
"currency": "str",
"includesVat": false
},
"type": "FEED",
"unitPrice": {
"amount": "string",
"currency": "str",
"includesVat": false
}
}
]
}