Related Product
Groups
Is your feature request related to a problem? Please describe.
Retrieving attendance records for a group requires at least one API request for each of the group's event (via the /groups/v2/events/{event_id}/attendances endpoint), This is very inefficient for groups with a small membership and a long history of events.
Describe the solution you'd like
I'll like a endpoint such as /groups/v2/attendances?where[group]={group_id} or /groups/v2/groups/{group_id}/attendances so that I can retrieve all attendance records related to a specific group in large batches with fewer API requests to PCO.
Describe alternatives you've considered
CSV export of attendance report via the UI. However, this method isn't friendly to automation.
I have..
Related Product
Groups
Is your feature request related to a problem? Please describe.
Retrieving attendance records for a group requires at least one API request for each of the group's event (via the
/groups/v2/events/{event_id}/attendancesendpoint), This is very inefficient for groups with a small membership and a long history of events.Describe the solution you'd like
I'll like a endpoint such as
/groups/v2/attendances?where[group]={group_id}or/groups/v2/groups/{group_id}/attendancesso that I can retrieve all attendance records related to a specific group in large batches with fewer API requests to PCO.Describe alternatives you've considered
CSV export of attendance report via the UI. However, this method isn't friendly to automation.
I have..