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.).
- fieldType: stringrequired
The field name to sort by (e.g., "lastName", "createdUtc", "email"). Must be a valid sortable field for the entity type.
- directionType: string ยท SortDirectionenum
The sort direction (ascending or descending). Defaults to ascending if not specified.
values- Asc
- Desc