Search Filters
Filters
It is required to always specify the filter type for the filters. Supported filter types are listed below. Others types are not supported.
eq |
The "Equals" filter.
|
---|---|
neq |
The "Not Equals" filter.
|
gt |
The "Greater Than" filter.
|
lt |
The "Less Than" filter.
|
gteq |
The "Greater Than or Equals" filter.
|
lteq |
The "Less Than or Equals" filter.
|
from |
The "From" date filter.
|
to |
The "To" date filter.
|
in |
The "In" filter.
|
nin |
The "Not In" filter.
|
null |
The "NULL" filter.
|
notnull |
The "Not NULL" filter.
|