Form Templates
API key issued via POST /v1/{workspace_id}/api-keys. Pass the returned api_key value as a Bearer token.
Successful Response
List of form templates for a workspace.
Validation Error
API key issued via POST /v1/{workspace_id}/api-keys. Pass the returned api_key value as a Bearer token.
Replace all form templates.
Successful Response
List of form templates for a workspace.
Validation Error
API key issued via POST /v1/{workspace_id}/api-keys. Pass the returned api_key value as a Bearer token.
Successful Response
Reusable form template with sections, prefill, branding.
Extends DataTemplate concept. Up to 200 fields, organized in sections. Stored in workspace settings["form_templates"] JSONB.
Examples:
- New patient intake (85 fields, 11 sections)
- Returning patient update (27 fields, 5 sections)
- Pre-surgery checklist (15 fields, 3 sections)
- PHQ-9 screening (10 fields, 1 section)
customPossible values: anyPossible values: true1Validation Error
API key issued via POST /v1/{workspace_id}/api-keys. Pass the returned api_key value as a Bearer token.
Resolve a form template for a specific entity.
Successful Response
Resolved SurfaceSpec with prefill values.
Validation Error
Last updated
Was this helpful?

