Skip to main content
GET
Get Form

Get Form

Returns the complete form definition including fields, validation rules, and display settings. Used to render the form for user input.

Authentication

No authentication required for public forms.

Path Parameters

formId
string
required
Unique identifier (GUID) of the form.

Query Parameters

_shape
string
Comma-separated list of field paths to include in the response. When provided, only the specified fields are returned — useful for reducing payload size. Supports nested paths using dot notation.

Response

Returns the form configuration object with the following fields.

Form Fields

Identity

Core

Questions

Each form contains an array of question objects:

Timestamps (from base)

TypeScript Integration