List user's events
GET
/user/{user_id}/event/
User
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET '/user//event/'
Response Response Example
200 - Example 1
{
"count": 1,
"links": {
"previous": null,
"next": null
},
"pagination": {
"current_page": 1,
"next_page": 2,
"page_size": 500,
"previous_page": null
},
"results": [
{
"chapter": {
"id": 1234,
"title": "University of Science",
"url": "https://instance.bevy.com/university-of-science/",
"city": "Abbottabad"
},
"checkin_date": "2024-01-09T17:59:22Z",
"created_date": "2024-01-09T17:59:22Z",
"event": {
"allows_cohosting": false,
"checkin_count": 0,
"cohost_registration_url": "https://instance.bevy.com/events/details/chapter-2024-presents/",
"end_date": "2024-01-09T17:59:22Z",
"id": 1234,
"start_date": "2024-01-09T17:59:22Z",
"status": "Draft",
"title": "Chapter 2024",
"total_attendees": 0,
"total_revenue": 0,
"total_tickets_sold": false,
"url": "https://instance.bevy.com/events/details/chapter-2024-presents/"
}
}
]
}
Request
Path Params
user_id
string
required