Filter the responses returned by your API call using query parameters in the URL.
Queries take the form {propertyName}={value}. The "equals" operator may be used with parameters in number, date, or string format.
Numerical Operators
In addition to the "equals" operator, the following operators are also supported for parameters in number or date format:
- greater than: gt
- greater than or equal to: gte
- less than: lt
- less than or equal to: lte
To add multiple query clauses, separate them with ampersands (&).
To access sub-properties, use the format: {property}.{subproperty}
String Operators
In addition to the "equals" operator, the wildcard operator (%) can be used with strings.