ThaliApp: events api
Short description
Implement events api for ThaliApp
Steps to use this feature
List all upcoming events
- Go to
/api/events
- See a list of all upcoming events
Retrieve information about one upcoming event
- Go to
/api/events/<pk>
- See the details of one specific event
Retrieve all the registrations of one event
- Go to
/api/events/<pk>/registrations
- See the registrations of one event
This call also includes filters for the registration status. Add a query parameter status
to your url to filter between: registered
, queued
and cancelled
. This filtering is only available for users that have the permission to change events, default users always get the results of the registered
filter.