Currently, the EventON API only supports listing events. That works fine.
I want to create an app that lists all "my" events and shows the corresponding RSVPs. For easy check-in at the event doors etc.
That would require an endpoint like this:
/wp-json/eventon/rsvps?event_id=762
Response should be JSON with an array of all persons that registered for that specific event. Name, Phone, Email, custom fields
This would probably require an additional feature, "API Authentification", as these details shouldn't be accessible publicly.
- Dec 20,2023 AT 1:54AM - 2 years ago