Reminder Boolean Criteria Input

Input representation of the boolean criteria of a reminder.
JSON example
Here’s a sample of the boolean criteria to configure the reminder.
1{
2  "criteria": [
3    {
4      "operator": "Equals",
5      "field": "isTrue",
6      "fieldType": "Boolean",
7      "value": "1"
8    }
9  ]
10}
Properties
Name Type Description Required or Optional Available Version
field String Name of the criteria field of the reminder. Required 60.0
fieldType String

Type of the criteria field of the reminder. Valid value is Boolean.

Required 60.0
operator String

Operator between the field and value properties within the reminder criteria property that’s used to configure the reminder. Valid values are:

  • Equals
  • NotEquals
Required 60.0
value Boolean Boolean value in the criteria field property of the reminder. Required 60.0