Skip to content

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

@asross

Description

@asross

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions