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

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)