Import Data (Asynchronous)
Import the provided bulk data in a new table (or) an existing table in asynchronous manner.
Work flow of Asynchronous Import API is as follows:
- Using Create Import Job API, an import job will be created, a JOBID will be returned in the response, which is the reference for the import job.
- Using Get Import Job Details API, status of the import job can be checked periodically. Upon job completion the system notifies the user in the callback URL (if provided).
Limitations:
- The job details will be available for only for one hour from the time of job completion.
- Simultaneously 5 import jobs only allowed for an organization.