ConditionCreate
id object
anyOf
- integer
- null
integer
ruleId object
anyOf
- integer
- null
integer
value object
anyOf
- string
- null
string
typeConditionTypes (string)required
Possible values: [Survey Opened, Survey Completed, Survey Score Below, Survey Score Above, Survey Score Below Percentage, Survey Score Above Percentage]
ConditionCreate
{
"id": 0,
"ruleId": 0,
"value": "string",
"type": "Survey Opened"
}
Was this page helpful?