API Reference
Conditional Logic
Define conditional show/hide rules for questions and sections.
Conditional Logic
Define conditional show/hide rules for questions and sections.
Endpoints
GET
/api/v1/forms/{id}/rulesList rules
Required scope:read:forms
client.forms.byId("ID").rules.get()POST
/api/v1/forms/{id}/rulesCreate rule
Required scope:write:forms
client.forms.byId("ID").rules.post(body)PUT
/api/v1/forms/{id}/rules/{rid}Update rule
Required scope:write:forms
client.forms.byId("ID").rules.byRid("RID").put(body)DELETE
/api/v1/forms/{id}/rules/{rid}Delete rule
Required scope:write:forms
client.forms.byId("ID").rules.byRid("RID").delete()This page is auto-generated from the OpenAPI spec. Run npm run docs:generate to update.