123FormBuilder · Arazzo Workflow
123FormBuilder Browse a Group's Forms
Version 1.0.0
Authenticate, list groups, read a chosen group's details, and list the forms it contains.
View Spec
View on GitHub
Online FormsForm BuilderSurveysWorkflowData CollectionSubmissionsWebhooksHIPAAGDPRPaymentsArazzoWorkflows
Provider
Workflows
browse-group-forms
List groups, read one group's details, and enumerate its forms.
Logs in for a JWT, lists the account's groups, reads the details of the supplied group id, and then lists the forms contained in that group.
1
authenticate
login-user-login
Authenticate to obtain a JWT token used as the JWT query parameter on the group requests.
2
listGroups
groups-get-all-user-groups
List the account's groups so the caller has the full set of groups to navigate.
3
getGroup
groups-get-group-details
Read the details of the chosen group, confirming its name and parent before listing its forms.
4
listGroupForms
groups-get-all-forms-in-a-group
List the forms that belong to the chosen group.