Supported Filters and Sorting

Filtering

The following table shows field support for filters for the event object in Query Events.

FieldSupported Filters
appIdeq, in
scheduleIdeq, in
externalScheduleIdeq, in
typeeq, in
recurringEventIdeq, in
transparencyeq
locationexists
location.typeeq, in
location.ideq, in
resources.idhasSome, hasAll
resources.typehasSome, hasAll
resources.scheduleIdhasSome, hasAll
resources.transparencyhasSome, hasAll
totalCapacityeq, ne, gt, lt, gte, lte, exists
remainingCapacityeq, ne, gt, lt, gte, lte
participants.totaleq, ne, gt, lt, gte, lte
conferencingDetailsexists

To learn about working with Query endpoints in general, see API Query Language.

Sorting

By default, the response in Query Events is sorted by event.start object in ascending order. You can also sort by end date in descending order.

FieldOrder
startASC
endDESC
Did this help?