UuidFieldFilter
objectFilter using one of the following operators: eq, oeq, neq
The field exactly matches the provided value.
Example:?filter[field_name_here][eq]=foo
The field matches any of the provided values.
Example:?filter[field_name_here][oeq]=foo,bar
The field does not match the provided value.
Example:?filter[field_name_here][neq]=bar
StringFieldFilter
One OfThe field exactly matches the provided value.
Example:?filter[field_name_here][eq]=foo
The field contains the provided value.
Example:?filter[field_name_here][contains]=foo
The field contains any of the provided values.
Example:?filter[field_name_here][ocontains]=foo,bar
The field matches any of the provided values.
Example:?filter[field_name_here][oeq]=foo,bar
The field does not match the provided value.
Example:?filter[field_name_here][neq]=bar
BooleanFieldFilter
booleanFilter by a boolean value (true/false).
NumericFieldFilter
Filter by a numeric value.
One OfLabelsFieldFilter
One OfThe field exactly matches the provided value.
Example:?filter[field_name_here][eq]=foo
The field contains the provided value.
Example:?filter[field_name_here][contains]=foo
The field contains any of the provided values.
Example:?filter[field_name_here][ocontains]=foo,bar
The field matches any of the provided values.
Example:?filter[field_name_here][oeq]=foo,bar
The field does not match the provided value.
Example:?filter[field_name_here][neq]=bar