You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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!
The text was updated successfully, but these errors were encountered: