Filter Input

Filter input for object search.
JSON example
1{
2  "field": "Language",
3  "operator": "EqOp",
4  "values": ["en_US"]
5}
Properties
Name Type Description Required or Optional Available Version
field String Field to use in the filter. Optional 63.0
operator String Filter operator. Values are:
  • EqOp—Equal
  • ExcludesOp—Excludes
  • GtOp—Greater than
  • GteOp—Greater than or equal
  • InOp—In
  • IncludesOp—Includes
  • LikeOp—Like
  • LtOp—Less than
  • LteOp—Less than or equal
  • NeOp—Not equal
  • NinOp—Not in
Optional 63.0
values Boolean List Input

Double List Input

Long List Input

String List Input

Values for the filter. Do not mix data types for filter values, for example, ["A", "B", "C"]is valid, but ["A", -7, false]is not valid. Optional 63.0