List events
GET
/event/
Event
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET '/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": [
{
"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
Query Params
start_date
string
optional
Must be used together with end_date.
Format
YYYY-MM-DD
end_date
string
optional
Must be used together with start_date.
Format
YYYY-MM-DD
event_type_id
integer
optional
event_type
string
optional
chapter
integer
optional
status
string
optional
Possible values:
- Draft
- Pending
- Published
- Live
- Canceled
- Completed
fields
string
optional
Can use any of the fields listed in the event details endpoint separated by commas.
order_by
string
optional
id, title, chapter_id, end_date
.Prefix value with '-' to specify descending order.
page_size
integer
optional
allow_cohosting
boolean
optional