API Reference
Form Questions
Add and manage questions within a form.
Form Questions
Add and manage questions within a form.
Endpoints
GET
/api/v1/forms/{id}/questionsList questions
Required scope:read:forms
POST
/api/v1/forms/{id}/questionsCreate question
Required scope:write:forms
PUT
/api/v1/forms/{id}/questions/{qid}Update question
Required scope:write:forms
DELETE
/api/v1/forms/{id}/questions/{qid}Delete question
Required scope:write:forms
This page is auto-generated from the OpenAPI spec. Run npm run docs:generate to update.