Query Attendance runs with these defaults:
id
in ASC
order50
The following table shows field support for filters for the Attendance
object:
Field | Supported Filters | Sortable |
---|---|---|
id | $eq , $ne , $in , $nin , $hasSome | Sortable |
bookingId | $eq , $ne , $in , $nin , $hasSome | Sortable |
sessionId | $eq , $ne , $in , $nin , $hasSome | Sortable |
status | $eq , $ne , $in , $nin , $hasSome | Sortable |
numberOfAttendees | $eq , $ne , $in , $nin , $hasSome , $lt , $lte , $gt , $gte | Sortable |
Notes:
To learn about working with query endpoints, see API Query Language, Sorting and Paging, and Field Projection.