Skip to main content

AnyOfCondition

operatorstringrequired

Possible values: [OR]

conditions object[]required
  • Array [
  • oneOf
    operatorstringrequired

    Possible values: [AND]

    conditions []required
  • Array [
  • circular(SearchCondition)
  • ]
  • ]
  • AnyOfCondition
    {
    "operator": "OR",
    "conditions": [
    {
    "operator": "AND",
    "conditions": [
    null
    ]
    },
    null,
    {
    "operator": "NOT"
    },
    {
    "operator": "EQUALS",
    "field": "string",
    "value": "string"
    },
    {
    "operator": "CONTAINS",
    "field": "string",
    "value": "string",
    "caseSensitive": false
    },
    {
    "operator": "GREATER_THAN",
    "field": "string",
    "value": 0
    }
    ]
    }