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

LibraryApplicationResponse

Contains metadata for a library application.
public List<Action> Actions { get; set; }

Gets a list of RESTful operations that a user has permissions to perform. Among these are actions to get the RAP file and get the installed workspaces.

The user who created this application.

public DateTime CreatedOn { get; set; }

The date and time that this application was created.

public string FileName { get; set; }

The name of the application's RAP file.

The user who last modified this application.

public DateTime LastModifiedOn { get; set; }

The date and time that the application was last modified.

public LicenseStatus License { get; set; }

The current state of the application license.

Whether an application is required, required if present or optional.

public string TreeView { get; set; }

The different components that make up the application in JSON format.

public string UserFriendlyURL { get; set; }

A more simple and readable version of the application's URL (i.e. without GUIDs).

public string Version { get; set; }

The version number of the application.