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
{{ message }}
This repository has been archived by the owner on Sep 19, 2019. It is now read-only.
Active members for date range (signed up/registered)
Returns: list of active members (dictionary with name, organization, and membership level) filtered by date range
Input Parameters: start_date, end_date
Member checkins for date range
Returns: list of member checkins (dictionary with name, organization, membership level, and date) filtered by date range
Input Parameters: start_date, end_date
Member checkouts for date range
Returns: list of member checkouts (dictionary with name, organization, membership level, and date) filtered by date range
Input Parameters: start_date, end_date