API Report to include event cancellations
The website provides a method to export all registrants. This report includes cancelled registrants, and those registrants are marked as such.
I have a need to provide a list of all event registrants (including cancellations) to the various event organizers on a regular basis. I am currently using the "Events.EventRegistrations" API. However, it does not include the cancelled registrants. Is there a way I can include the cancelled registrants via an API? The "Export Registrants" report on the website will do this, but I need to automate this process.
-
Dan Loughney commented
Oddly, I'm having the opposite problem. With eventRegistrations/{eventID} I'm receiving a record for all registrants, even those with cancelations. Unfortunately, the records are identical to active registrations so I can't tell them apart.
-
Larry commented
Could you add a filter such as "includeCanceled" (similar to "includeVoided" for Invoices)? We have a critical need to see cancellations via the API.