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

Relativity.Services.Matter.MatterConstants

public class MatterConstants
public const string BASE_SERVICE_ROUTE = "workspace/{workspaceID:int}/matters"

The base URI path for the service.

public const string MODULE_PREFIX = "Relativity.Matters"

The prefix used for module called during service requests.

public const string SERVICE_MODULE_NAME = "Matter Module"

The name of the module called during service requests.

public const string SERVICE_NAME = "Matter Manager"

The name of the service.

public const string SERVICE_ROUTE = "matters"

The name of a route in the URL used in a request to the service.

public MatterConstants()