Readonly
fieldUse any searchable field of the resource as sort criterion.
Optional
Readonly
fieldProvide the data type of the given field
.
Optional
Readonly
filterAllows you to apply a sort filter.
Optional
Readonly
languageString value specifying linguistic and regional preferences using the IETF language tag format, as described in BCP 47. The format combines language, script, and region using hyphen-separated subtags. For example: en
, en-US
, zh-Hans-SG
.
Optional
Readonly
modeSpecify the sort mode to be applied for a set-type field
.
Readonly
orderSpecify the order in which the search results should be sorted.
Can be asc
for ascending, or desc
for descending order.
Sorting parameters provided with a Search request. Sorting allows you to control how results to your query are sorted. If no sorting is specified, the results are sorted by relevance in descending (
desc
) order.