<PackageReference Include="Relativity.Server.Transfer.SDK" Version="24000.0.1" />

WorkspaceService

public WorkspaceService(RelativityConnectionInfo connectionInfo, ITransferLog log, int maxRetryAttempts, double timeoutSeconds)

public Task<IEnumerable<Workspace>> GetAllWorkspacesAsync(string condition, bool details, CancellationToken token)

public Task<Workspace> GetWorkspaceAsync(int workspaceArtifactId)

public Task<Workspace> GetWorkspaceAsync(int workspaceArtifactId, CancellationToken token)