Newer Version Available

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

Reminder Date Criteria Input

Input representation of the date criteria of a reminder.
JSON example
Here’s a sample of the date criteria to configure the reminder.
1{
2  "criteria": [
3    {
4      "operator": "Equals",
5      "field": "Date",
6      "fieldType": "Datetime",
7      "value": "10-12-2023 9:47:56"
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 Criteria field type of the reminder. Valid value is Datetime. 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
  • GreaterThan
  • GreaterThanOrEqualTo
  • LessThan
  • LessThanOrEqualTo
  • NotEquals
Required 60.0
value String The timestamp value in the date criteria field property of the reminder. Required 60.0