> 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 Filters ## Article: Supported Filters ## Article Link: https://dev.wix.com/docs/api-reference/business-management/calendar/schedules-v3/supported-filters.md ## Article Content: # Schedules V3: Supported Filters Query endpoints allow you to filter and sort results based on service properties. This article covers field support for filtering and sorting. The following table shows field support for filters for the `schedules` object in [Query Schedules](https://dev.wix.com/docs/rest/business-management/calendar/schedules-v3/query-schedules.md): | Field | Supported Filters | | --------------- | --------------------------------------------- | | `id` | `$eq`, `$in` | | `externalId` | `$eq`, `$in` | | `appId` | `$eq`, `$in` | | `status` | `$eq`, `$in` | To learn about working with _Query_ endpoints in general, see [API Query Language](https://dev.wix.com/docs/rest/articles/getting-started/api-query-language.md).