...
There are two API Methods list which is exposed for this release, we will be adding more methods in the upcoming releases. The order of the execution of API calls are as follows
- Replicate
- checkStatus
/replicate
The Replicate method is the actual API call used to invoke the replication process so that the Salesforce objects get replicated to the Database. From this call, the process id is generated which is used in the check status method to check the status of the replication process.
...