List attendance
List attendance records for members and staff.
Authorizations
Query Parameters
x >= 1Filter to member check-ins for this member. Matches type=member records only; combining with staffId or userId matches nothing.
x >= 1Filter to staff check-ins for this staff membership. Matches type=manager records only.
x >= 1Filter to staff check-ins for this user account, across all of the user's staff memberships. Matches type=manager records only.
x >= 1Filter by session. A recurring session's ID also matches attendance recorded against its child occurrences.
x >= 1Filter by backfilled past attendance. true returns only past logs, false excludes them.
Sort by field. Prefix with '-' for descending order. Defaults to -checkedInAt.
checkedInAt, -checkedInAt, checkedOutAt, -checkedOutAt Page number for pagination
x >= 1Number of items per page
1 <= x <= 100