Skip to main content
GET
Retrieve data for all visible sections

Authorizations

Authorization
string
header
required

Bearer token obtained via Circle key exchange

Path Parameters

applicationId
string<uuid>
required

Application UUID

Query Parameters

typedValues
boolean
default:false

When true, emit array/object/number field values as native JSON nodes rather than strings. Defaults to false.

Response

All visible section data

data
object

All visible section data keyed by section name — structure varies by application template. Round-trip compatible with PATCH /{applicationId}/data. Retrieve the shape via GET /{applicationId}/schema.

sections
object[]