> Portal Navigation: > > - Append `.md` to any URL under `https://dev.wix.com/docs/` to get its markdown version. > - Pages are either content pages (article or reference text) or menu pages (a list of links to child pages). > - To get a menu page, truncate any URL to a parent path and append `.md` (e.g. `https://dev.wix.com/docs/sdk.md`, `https://dev.wix.com/docs/sdk/core-modules.md`). > - Top-level index of all portals: https://dev.wix.com/docs/llms.txt > - Full concatenated docs: https://dev.wix.com/docs/llms-full.txt ## Resource: Supported Fieldsets ## Article: Supported Fieldsets ## Article Link: https://dev.wix.com/docs/api-reference/business-solutions/bookings/calendar/calendar-v1/supported-fieldsets.md ## Article Content: # Supported Fieldsets Fieldsets let you return a predefined partial `session` object. The following table shows the fields that are returned by [Query Sessions](https://dev.wix.com/docs/api-reference/business-solutions/bookings/calendar/calendar-v1/sessions/query-sessions.md) 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](https://dev.wix.com/docs/build-apps/develop-your-app/access/authorization/about-permissions.md).| > __Notes__: > + `NO_PI` is the default if you don't pass a value for `fieldsets`. > + If you pass both `NO_PI` and `ALL_PI` in the same call, complete session objects are returned.