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. When typedValues=true (only meaningful with includeData=true), array/object/number field values are emitted as native JSON nodes instead of strings.
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.
When true, emit array/object/number field values as native JSON nodes rather than strings. Only applies when includeData=true. Defaults to false.
Response
List of sections with statuses (or with section data when includeData=true)
- Option 1
- Option 2