Skip to main content
When querying a list through the Volteras Connect API, you can use filters to refine your search. These filters are similar to SQL queries and include field, operator, and value. For instance, make != 'TESLA' uses “make” as the field, ”!=” as the operator, and “TESLA” as the value. To use a filter in your request, include it like this:
Access nested objects using a dot (.). Example:
For multiple filters, use an array ([]). Filters can include boolean functions (or, and, not):
Note: Use at least one element for or and and, and exactly one for not.

Filter object specification

Boolean functions

Supported operators