SortField

Specifies a field to sort search results by. Multiple sort fields are applied in order (first field is primary sort, second is tiebreaker, etc.).

  • field
    Type: string
    required

    The field name to sort by (e.g., "lastName", "createdUtc", "email"). Must be a valid sortable field for the entity type.

  • direction
    Type: string ยท SortDirectionenum

    The sort direction (ascending or descending). Defaults to ascending if not specified.

    values
    • Asc
    • Desc