...
- Filter the results on the basis of their field values;
- Limit the fields returned for each object, to ensure only the fields of interest are returned;
- Limit the total number of results returned by the query and/or skip a defined number of results; and
- Define the sort order that should be used for the results.
Parameter | Description | ||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
filters | The
Filters expression consists of one or more comparison operations, which are joined by logical operators - Logical AND (; or and) and Logical OR (, or or). Each comparison operation consists of three parts: A selector, a comparison-op, and one or more arguments.
Example: The
This will return all objects where the Supported operators are shown below in a table.
| ||||||||||||||||||||||||||
q | The
The
The The | ||||||||||||||||||||||||||
fields | The The
| ||||||||||||||||||||||||||
limit | The Often used with the | ||||||||||||||||||||||||||
start | The Often used with the | ||||||||||||||||||||||||||
sort | The
The
|
Info |
---|
In the fields listed below, defining the fields supported by the
|