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

FieldMappingRequest

public class FieldMappingRequest
Request object to retrieve paginated Invariant fields.
public int Count { get; set; }

The number of mappable fields to retrieve.

public FieldFilter Filter { get; set; }

Properties with which to filter the mappable fields.

public int OffSet { get; set; }

The starting index to retrieve mappable fields.

public FieldSortingOption SortingOption { get; set; }

The column and direction to sort the mappable fields on.

public int WorkspaceId { get; set; }

Workspace Artifact Id to retrieve mappable fields from.