<PackageReference Include="Relativity.Server.Services.Interfaces.SDK" Version="13.6.1" />

GetOutdatedWorkspacesResponse

Contains the total number of workspaces that have a lower version of the specified application installed than the version currently installed in the Application Library.

The ID and Guid of the specified application.

public bool IsGlobalApplication { get; set; }

Represents whether or not the application is a global application. Global applications are applications that cannot be installed into any workspaces.

public int OutdatedWorkspacesCount { get; set; }

The number of outdated workspaces associated with the specified application.

public Action UpdateOutdatedApplications { get; set; }

The action to update any outdated applications to the latest version available in the Application Library.

The payload for the action to update any outdated applications to the latest version available in the Application Library.