List Chapter Events
GET
/chapter/{chapter_id}/event/
Chapter
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET '/chapter//event/'
Response Response Example
200 - Example 1
{
"count": 1,
"next": null,
"previous": null,
"results": [
{
"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/"
}
],
"status_counter": {
"Canceled": 10,
"Completed": 80,
"Draft": 18,
"Published": 11,
"Live": 1,
"Pending": 0
}
}
Request
Path Params
chapter_id
integer
required
Query Params
order_by
string
optional
id, title, start_date, end_date
.Prefix value with '-' to specify descending order. Default is start_date descending.
page_size
integer
optional