Hello,
I'm helping build a feature that involves showing a list of events from mobilize america with their current registered attendance counts. We've implemented this successfully by requesting /organizations/<org_id>/events and then subsequently looping through each event and requesting /organizations/<org_id>/events/<event_id>/attendances, but when we factor pagination into play, we end up making orders of magnitude more API requests with orders of magnitude more latency.
I'm wondering if it would be possible on the event object to get a list of attendance counts, ideally by status (or just excluding cancellations). Let me know, and thanks so much for your work!
Hello,
I'm helping build a feature that involves showing a list of events from mobilize america with their current registered attendance counts. We've implemented this successfully by requesting
/organizations/<org_id>/eventsand then subsequently looping through each event and requesting/organizations/<org_id>/events/<event_id>/attendances, but when we factor pagination into play, we end up making orders of magnitude more API requests with orders of magnitude more latency.I'm wondering if it would be possible on the event object to get a list of attendance counts, ideally by status (or just excluding cancellations). Let me know, and thanks so much for your work!