Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Supported filter operators

OperatorMeaning
eq=
ne<<>
gt>
lt<
lte<=
gte>=
likeLIKE
inIN
not-inNOT IN
% (percentage, URL encoded as %25)Wildcard character that can be used in the search pattern to mean: zero or other additional characters.
_ (underscore) Wildcard character that can be used in the search pattern to stand for: any single character.

...