curl --location -g --request GET 'https/omerlo.com/api/media/v1/community/events/{{completed_event_id}}/participants/organizations?occurrence_id=1e6af1f0-adaa-47c3-9d38-194155f4932f&before&after&limit&locale' \
--header 'x-omerlo-media-id: {{omerlo_media_id}}' \
--header 'Authorization: Bearer <token>'{
"data": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"profile_type_id": "fcb02d6f-d919-45dd-b606-b0bf8279ebd8",
"kind": "organization",
"name": "string",
"summary_html": "string",
"summary_text": "string",
"canonical_url": "http://example.com",
"profile_image_url": "http://example.com",
"category_ids": [
"497f6eca-6276-4993-bfeb-53cbbbba6f08"
],
"metadata": [
{
"key": "string",
"value": "string"
}
],
"meta": {
"locales": {
"current": "string",
"available": [
"string"
]
}
},
"updated_at": "2019-08-24T14:15:22.123Z"
}
],
"assocs": {
"profile_types": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"kind": "event",
"key": "string",
"name": "string",
"metadata": [
{
"key": "string",
"value": "string"
}
],
"meta": {
"locales": {
"current": "string",
"available": [
"string"
]
}
},
"updated_at": "2019-08-24T14:15:22.123Z"
}
]
},
"meta": {
"base": "http://example.com",
"next": "http://example.com",
"previous": "http://example.com"
}
}