curl --location --request GET '/journalists?offset&count&search&topicids&order' \
--header 'Authorization: Bearer <token>'{
"_links": {
"next": "http://example.com",
"prev": "http://example.com",
"self": "http://example.com"
},
"_meta": {
"total": 0
},
"data": [
{
"id": 0,
"userId": 0,
"contributorType": "DEFAULT",
"name": "string",
"infoText": "string",
"contactEmail": "string",
"phone": "string",
"websiteUrl": "string",
"facebookUrl": "string",
"xUrl": "string",
"instagramUrl": "string",
"youtubeUrl": "string",
"linkedinUrl": "string",
"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"
},
"noCoverImage": true,
"coverImage": {
"id": 0,
"url": "http://example.com"
},
"profilePicture": {
"id": 0,
"url": "http://example.com"
},
"topics": [
{
"id": 0,
"content": {
"nl": {
"tagId": 0,
"title": "string"
},
"fr": {
"tagId": 0,
"title": "string"
},
"en": {
"tagId": 0,
"title": "string"
}
},
"category": "SOCIETY_ENVIRONMENT",
"thumbUrl": "string",
"coverUrl": "string"
}
],
"publishers": [
{
"id": 0,
"name": "string"
}
],
"sources": [
{
"country": "string",
"id": 0,
"language": "string",
"logo": "http://example.com",
"mainSource": true,
"name": "string",
"publisher": "string",
"sourceGroup": "NEWSPAPERS",
"sourceGroupId": 0,
"subSourceGroups": [
{
"id": 0,
"mediumTypeGroupId": 0,
"nrSubSources": 0
}
]
}
],
"termsAcceptedDate": "2019-08-24T14:15:22.123Z"
}
]
}