Access registrants who are on the waitlist via API
We need to be able to export the list of registrants who are on the waitlist. If a course (event) is full, we want to be able to pre-register waitlisted people the next time that we offer the course.
Currently we have to copy-and-paste from the full event to the next event, a tedious and error-prone activity.
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
-
Roy Kiesler commented
Thank you, Dmitry! What a fast turnaround -- works like a charm.
-
Roy Kiesler commented
WilDApricot -- can you please expose the API you're using to generate the standard waitlist report? It would be great if waitlisted users would be included in the standard response for the GetEventRegistrationsList API (with an optional filter perhaps?)