Events
Get All
Get all the events.
get/public/api/events?filter={filter}
Query parameters
filterstring
A valid JSON filter object
Headers
Acceptstring
e.g. application/json
Request body
Example request
{
"Authorization": {
"Authorization": "Bearer JWT"
}
}Response
OK
Example response
{
"paging": {
"skip": 0,
"limit": 2,
"total": 5
},
"data": [
{
"event_id": "62a0c411fcbce30026aee2c8",
"title": "Share to newsfeed event",
"description": "shared in feed",
"start_date": "2022-06-08T15:45:14.688Z",
"end_date": "2022-06-08T16:45:18.434Z",
"event_type": "public",
"images": [],
"created_date": "2022-06-08T15:45:21.045Z",
"updated_date": "2022-06-08T16:20:56.579Z",
"group_ids": [
"documetation_api"
],
"shared": true
},
{
"event_id": "62a0c83271670d71266b9a55",
"title": "Don't share to newsfeed",
"description": "<div>Is it working?</div>",
"start_date": "2022-06-08T15:45:14.688Z",
"end_date": "2022-06-08T16:45:18.434Z",
"event_type": "public",
"images": [],
"shared": false,
"created_date": "2022-06-08T16:02:58.878Z",
"updated_date": "2022-06-08T16:20:56.028Z",
"group_ids": [
"documetation_api"
]
}
]
}Changes
No recorded changes to this endpoint across all 4 revisions of this API.