Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Getting confirmed/registered event attendance counts without having to request attendances #78

Open
asross opened this issue Aug 29, 2020 · 0 comments

Comments

@asross
Copy link

asross commented Aug 29, 2020

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant