Synchronization endpoints
The synchronization REST API exposes the following endpoints.
Method | Description |
---|---|
POST /import/synchronize/<synchronization_id>/batch/<file_format>-job |
Start or continue a synchronization cycle by providing a list of import commands to execute. |
POST /import/synchronize/<synchronization_id>/finalize/job |
Terminate a synchronization cycle. |
POST /import/synchronize/<synchronization_id>/<file_format>-job |
Execute a full synchronization cycle in one single REST call. |