Fieldsets let you return a predefined partial session
object.
The following table shows the fields that are returned by Query Sessions for each fieldset.
Fieldset | Returned Fields |
---|---|
NO_PI | Returns partial session objects without personal information. This means the following fields are excluded: participants , location , calendarConference , and externalCalendarOverrides . |
ALL_PI | Returns complete session objects including personal information. This requires the Read Bookings Calendar - Including Participants or the Manage Bookings Services and Settings or the Manage Business Calendar permission scope. |
Notes:
NO_PI
is the default if you don't pass a value for fieldsets
.NO_PI
and ALL_PI
in the same call, complete session objects are returned.