Skip to main content

ConditionCreate

id object
anyOf
integer
ruleId object
anyOf
integer
value object
anyOf
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?