Skip to main content
Formalingo
API Reference

Form Sections

Group questions into sections within a form.

Form Sections

Group questions into sections within a form.

Endpoints

GET/api/v1/forms/{id}/sections

List sections

Required scope:read:forms
POST/api/v1/forms/{id}/sections

Create section

Required scope:write:forms
PUT/api/v1/forms/{id}/sections/{sid}

Update section

Required scope:write:forms
DELETE/api/v1/forms/{id}/sections/{sid}

Delete section

Required scope:write:forms

This page is auto-generated from the OpenAPI spec. Run npm run docs:generate to update.

On this page