The page number of the result, starting by 0 (first page)
pageSize
integer >= 1
Default: 50
The number of items returned in a page.
sort
Array of strings
Defines the strategy to proceed for sorting. It must be a comma separated list of fields, and they should start with "+" to apply ASC order or "-" to apply DESC order. Fields with no prefix will be sorted as ASC. Non existing fields at the header will throw an error
Example: sort=+field1,-field2,field3
filterExpr
Array of strings
Example: filterExpr=active eq true and name not eq 'John Doe'
options
Array of strings
Set different options to customize the data results for a query. Supported options
Distinct: Enable the unique data results for a query
Example: options=distinct
searchTerm
string
The term to search for. The search will attempt to find matches that are similar to this term.
searchPrecision
integer [ 1 .. 100 ]
The strictness of the fuzzy matching algorithm. A lower value will return less accurate matches (more 'fuzzy').
searchField
string
The specific field within the data structure that is targeted by the search.