> 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-solutions/cms/operations/data-sync-jobs/supported-filters.md ## Article Content: # Data Sync Jobs: Supported Filters and Sorting The following table shows field support for filters and sorting for the `dataSyncJob` object in [List Data Sync Jobs](https://dev.wix.com/docs/api-reference/business-solutions/cms/operations/data-sync-jobs/list-data-sync-jobs.md): | Field | Supported Filters | Sortable | |-------|-------------------|----------| | `enabled` | `$eq`, `$ne` | | | `sourceSiteId` | `$eq`, `$ne`, `$in`, `$exists` | | | `destinationSiteId` | `$eq`, `$ne`, `$in`, `$exists` | | | `lastExecutionDate` | `$eq`, `$ne`, `$gt`, `$lt`, `$gte`, `$lte` | Sortable | | `name` | `$eq`, `$ne`, `$contains`, `$startsWith` | Sortable | __Related content:__ + [API Query Language](https://dev.wix.com/docs/api-reference/articles/work-with-wix-apis/data-retrieval/about-the-wix-api-query-language.md) + [List Data Sync Jobs](https://dev.wix.com/docs/api-reference/business-solutions/cms/operations/data-sync-jobs/list-data-sync-jobs.md)