<PackageReference Include="Relativity.Server.Import.SDK" Version="24000.1.1" />

IImportAPI

public interface IImportAPI
Provides methods for obtaining data on the current status of workspaces and cases. Also provides methods that create jobs for importing images and native documents.
UploadTypeEnum GetFileUploadMode(int caseArtifactID)

Returns the mode in which the files will be uploaded.

IEnumerable<ProductionSet> GetProductionSets(int workspaceArtifactID)

Returns all production sets belonging to the workspace.

Returns a collection of the ArtifactTypes it is possible to upload.

IEnumerable<Field> GetWorkspaceFields(int workspaceArtifactID, int artifactTypeID)

Returns all fields related to the given ArtifactType in the given workspace.

Creates a new job to import images in bulk.

Creates a new job to import native documents in bulk.

Creates a new job to import objects in bulk.

Creates a new job to import production images in bulk.

Returns all available workspaces.