Skip to main content

AllOfCondition

operatorstringrequired

Possible values: [AND]

conditions object[]required
  • Array [
  • oneOf
  • ]
  • AllOfCondition
    {
    "operator": "AND",
    "conditions": [
    null,
    {
    "operator": "OR",
    "conditions": [
    null
    ]
    },
    {
    "operator": "NOT"
    },
    {
    "operator": "EQUALS",
    "field": "string",
    "value": "string"
    },
    {
    "operator": "CONTAINS",
    "field": "string",
    "value": "string",
    "caseSensitive": false
    },
    {
    "operator": "GREATER_THAN",
    "field": "string",
    "value": 0
    }
    ]
    }