> 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: Introduction ## Article: Introduction ## Article Link: https://dev.wix.com/docs/api-reference/business-solutions/cms/operations/data-sync-jobs/introduction.md ## Article Content: # About the Data Sync Jobs API > **Note for app developers:** Wix Data APIs require the site's [code editor](https://dev.wix.com/docs/develop-websites/articles/get-started/development-environments.md) to be enabled. If you are building a Wix app, add a [data collections extension](https://dev.wix.com/docs/build-apps/develop-your-app/extensions/backend-extensions/data-collections/about-data-collections-extensions.md) to automatically enable the code editor and create data collections when your app is installed on a site. The Data Sync Jobs API enables you to create and manage recurring data synchronization jobs that automatically run data movement operations on a schedule. This API works in conjunction with the [Data Movement Jobs API](https://dev.wix.com/docs/api-reference/business-solutions/cms/operations/data-movement-jobs/introduction.md) to provide a complete solution for scheduled, automated data transfers between sources and destinations. With the Data Sync Jobs API, you can: + [Create](https://dev.wix.com/docs/api-reference/business-solutions/cms/operations/data-sync-jobs/create-data-sync-job.md) or [delete](https://dev.wix.com/docs/api-reference/business-solutions/cms/operations/data-sync-jobs/delete-data-sync-job.md) recurring data synchronization jobs with cron-based scheduling. + [Get](https://dev.wix.com/docs/api-reference/business-solutions/cms/operations/data-sync-jobs/get-data-sync-job.md) or [list](https://dev.wix.com/docs/api-reference/business-solutions/cms/operations/data-sync-jobs/list-data-sync-jobs.md) data sync jobs. + [Enable or disable jobs](https://dev.wix.com/docs/api-reference/business-solutions/cms/operations/data-sync-jobs/update-data-sync-job.md) without losing their configuration. ## Before you begin It's important to note the following before starting to code: + Cross-site data synchronization requires sites to be in the same Wix account. + [Cron expressions](https://en.wikipedia.org/wiki/Cron#Cron_expression) use standard 5-field format in [UTC](https://en.wikipedia.org/wiki/Coordinated_Universal_Time) with minute-level precision only. ## Use case + [Automate recurring data transfers and monitor execution results](https://dev.wix.com/docs/api-reference/business-solutions/cms/operations/data-sync-jobs/sample-flows.md). ## Terminology + **Data sync job**: A recurring scheduled job that automatically runs data movement operations according to a cron expression. + **Data movement job**: An individual execution instance created each time a data sync job runs, through the [Data Movement Jobs API](https://dev.wix.com/docs/api-reference/business-solutions/cms/operations/data-movement-jobs/introduction.md). + **Reschedule**: Trigger an immediate execution of a sync job outside its normal cron schedule. @sdk_package_setup