Forms
Get Form
Returns the full configuration of a form or survey for rendering.
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
Unique identifier (GUID) of the form.
Query Parameters
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
Get Form