Relativity.Import.V1.Services.IImportJobController
Controller for import job management.
Begins existing and configured import job. The import process of all added data sources will be started.
It is possible to add additional data sources to stared job.
Cancels existing import job. All data sources waiting in queue for import will be canceled.
Already processing data sources for the job will be finished.
Task<Response> CreateAsync(int workspaceID, Guid importJobID, string applicationName, string correlationID)
Creates new import job with an assigned GUID identifier.
Use separate endpoints to set configuration and add data sources to it.
Ends started import job. It stops import execution for all data sources (except already processing).
It is not possible to add new data source for stopped import job.
Returns details about the import job including its status and imported records.
Returns GUIDs identifiers (importJobID) of all import jobs for particular workspace. Response is paginated.
Returns progress of imported records for specific ImportJobID.
Returns GUIDs identifiers (sourceID) of all data sources belonging to particular import job.
Pauses import job.
Resumes paused import job.