List sections for an application
List sections for an application
Returns visible sections with statuses. When includeData=true, each entry also includes the section’s current field data — useful for rendering a progress view alongside prefilled form data.
GET
List sections for an application
Authorizations
Bearer token obtained via Circle key exchange
Path Parameters
Application UUID
Query Parameters
When true, include section field data in each entry. Defaults to false.
Response
List of sections with statuses (or with section data when includeData=true)
- Option 1
- Option 2