POST

Query Attendance


Developer Preview

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:

  • A booking. Specify a booking ID to retrieve attendance information for all sessions related to that booking. For example, query by bookingId for a course booking to retrieve a participant's attendance for all course sessions.
  • A session. Specify a session ID to retrieve attendance information for all bookings related to that session.

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.

Permissions
Manage Bookings Services and Settings
Manage Bookings - all permissions
Read Bookings - all read permissions
Manage Bookings
Read Bookings - Including Participants
Learn more about app permissions.
Endpoint
POST
https://www.wixapis.com/bookings/v2/attendance/query

Did this help?