Newer Version Available

This content describes an older version of this product. View Latest

Criteria Input

Input representation of the filter criteria item request.
JSON example
1"criteria":
2[{
3   "property": "name",
4   "operator": "eq",
5   "value": "Catalog_Name_1"
6}]
Properties
Name Type Description Required or Optional Available Version
operator String Operator used for the filter criteria. Required 60.0
property String Property name to use in the filter, which must be the same as the object field. Required 60.0
value Object Value for the filter criteria. Required 60.0