123FormBuilder · Arazzo Workflow
123FormBuilder Inspect a Form End to End
Version 1.0.0
Authenticate, read a form's details, enumerate its fields, and pull its submissions.
View Spec
View on GitHub
Online FormsForm BuilderSurveysWorkflowData CollectionSubmissionsWebhooksHIPAAGDPRPaymentsArazzoWorkflows
Provider
Workflows
inspect-form
Read a form's details, fields, and submissions in one pass.
Logs in for a JWT, then chains the form details, form fields, and form submissions endpoints for a single form id so an integration can fully describe a form and the data it has collected.
1
authenticate
login-user-login
Authenticate to obtain a JWT token used as the JWT query parameter on the subsequent form read requests.
2
getForm
forms-get-form-details
Fetch the metadata for the target form so the integration can confirm the form exists and read its name and group before reading fields.
3
getFields
forms-get-form-fields
Enumerate the field definitions that make up the form so the consumer knows the shape of the data each submission carries.
4
getSubmissions
forms-get-submissions
Retrieve the submissions captured by the form, paged according to the supplied per-page size.