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

MassOperationConstants

public class MassOperationConstants
Provides routing information about URLs used by the Mass Operation Manager service.
public const string CUSTOM_PAGE_BASE_SERVICE_ROUTE = "workspace/{workspaceID:int}/custompagemassoperations"

The base URI path for the service when referencing custom page mass operations.

public const string CUSTOM_PAGE_SERVICE_ROUTE = "custompagemassoperations"

The name of a route in the URL used in a request to the service when referencing custom page mass operations.

public const string EVENT_HANDLER_BASE_SERVICE_ROUTE = "workspace/{workspaceID:int}/eventhandlermassoperations"

The base URI path for the service when referencing event handler mass operations.

public const string EVENT_HANDLER_SERVICE_ROUTE = "eventhandlermassoperations"

The name of a route in the URL used in a request to the service when referencing event handler mass operations.

public const string MASS_OPERATION_MODULE_NAME = "Mass Operation Module"

The prefix used for module called during service requests.