This API is subject to change. Bug fixes and new features will be released based on developer feedback throughout the preview period.
Retrieves up to 100 attendance
objects, given the specified
paging, filtering, and sorting.
When querying attendance information, you can query from the perspective of:
bookingId
for a course booking to retrieve a participant's attendance for all course
sessions.Query Attendance runs with the following defaults, which you can override:
id
sorted in ASC
order.cursorPaging.limit
set to 50
.For field support, see supported filters.
Only a single filter is supported per query. If you define multiple filters in the same query, only the first is processed.
To learn about working with query methods, see API Query Language.