get_attendance
Retrieve attendance records filtered by person alias ID or occurrence ID. Use optional date range to get recent attendance.
Instructions
Get attendance records filtered by PersonAliasId and/or OccurrenceId (at least one is required; unfiltered attendance pulls are too large to be useful). Date range is optional; omit it for the person's most recent attendance. For group attendance, call list_attendance_occurrences first to get OccurrenceIds. Note: person attendance joins on PersonAliasId, not PersonId; get_person returns PrimaryAliasId. Dates are YYYY-MM-DD. Read-only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| top | No | ||
| endDate | No | Optional exclusive end date | |
| startDate | No | Optional start date, inclusive | |
| occurrenceId | No | ||
| personAliasId | No |