Attribute filter
One or more attribute filters can be used in the data request URL. The following list of comparison operators is supported:
Equal to: EQ
Not equal to: NE
Greater than: GT
Less than: LT
Greater than or equal to: GE
Less than or equal to: LE
Like: LIKE
Not like: NOTLIKE
Between: BETWEEN
The following rules apply to these comparators:
If several filters refer to different attributes, then they are AND-linked in the resulting query.
If several filters refer to the same attribute, then they are OR-linked.
For the operators Like and Not like, an asterisk (*) can be used as a placeholder.
If date or number ranges are queried with Between, the limits behind the operators must be separated with commas (see example).