Upcoming events
Events. list: API endpoint that allows events to be viewed. retrieve: API endpoint that allows single event to be viewed. create: API endpoint that allows event to be created. update: API endpoint that allows events to be updated. partial_update: API endpoint that allows events to be partially updated. delete: API endpoint that allows events to be deleted.
GET /api/v1/events/upcoming-events/?format=api&ordering=-start_time
{
"count": 0,
"next": null,
"previous": null,
"results": []
}