Add an API endpoint to access and manage event waitlists
4
votes
dom
shared this idea
-
We added a parameter includeWaitList, which allows to get waitlisted registrants through API. Each event registration now has a flag "OnWaitlist" to indicate waitlisted registrations.
See detailed description here https://app.swaggerhub.com/apis/WildApricot/wild-apricot_public_api/2.1.0#/Events.EventRegistrations/GetEventRegistrationsList
However creating waitlisted registrants through API is not supported yet.