Discussions
How to list all registrations for a given event_id
over 4 years ago by Igor Fontana
The case is that I have 120,000 parties and I need to filter out only the parties for a given event using the API.
I tried using /api/EventRegistration
but it requires a partyId
and an eventId
which is not what I'm looking for because it would lead me to take a long period to fetch all the data that I need.
Is there a way to list only the parties registered for a given event?