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

Relativity.Services.Interfaces.Matter.Models.MatterResponse

Represents the results of a read operation on a matter.
public List<Action> Actions { get; set; }

Gets a list of RESTful operations that a user has permissions to perform on the agent.

Gets the identifier for the client for a user with sufficient permissions.

Gets the Artifact ID and name of the user who created the matter.

public DateTime CreatedOn { get; set; }

Gets the date and time when the matter was created.

public string Keywords { get; set; }

Gets optional words or phrases used to describe the matter.

Gets the Artifact ID and name of the user who recently updated the matter.

public DateTime LastModifiedOn { get; set; }

Gets the date and time when the matter was most recently updated.

public Meta Meta { get; set; }

Gets a list of unsupported and read-only properties on the current Matter object.

public string Notes { get; set; }

Gets optional words or phrase used to describe the matter.

public string Number { get; set; }

Gets the number of the matter that help identifies the matter

Gets the identifier for the status of the matter

public MatterResponse()