Synchronization endpoints
Method
Description
Last updated
Was this helpful?
The synchronization REST API exposes the following endpoints.
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.
Last updated
Was this helpful?
Was this helpful?