Unify and manage your data

Pull API

Request

The Manual Pull task applies changes in the data tenant to the customer tenant at the time it is run. This means, this update doesn’t happen in real time but at the time this task is run, allowing you to control when DT updates are applied to the CT.

POST {DTSSURL}/tasks/pull

The Activity Logs of the DT and CT are used to determine what should be synchronized between the DT and the CT. The rules in the synchronization and events section of the subscription configuration are used to consolidate what to synchronize.

The following actions are performed by this task>
  • Auto-subscribes newly created or changed entities which have not yet been subscribed.
  • Updates entities and relations in the CT that are already subscribed.
  • If specified, copies newly created entities and relations from the DT to the CT.
  • Evaluates the potential match rules and updates the match tables.

In the request body, specify the data tenant, customer tenant, and the pullStartTime mentioning the starting time of the pull task.