123FormBuilder · Arazzo Workflow
123FormBuilder Moderate a Submission
Version 1.0.0
Read a single submission, then update its approval and payment status.
View Spec
View on GitHub
Online FormsForm BuilderSurveysWorkflowData CollectionSubmissionsWebhooksHIPAAGDPRPaymentsArazzoWorkflows
Provider
Workflows
moderate-submission
Read a submission and set its approval and payment status.
Logs in for a JWT, fetches the current detail of a submission so the caller can confirm it before acting, then applies new approval and payment status values to that same submission.
1
authenticate
login-user-login
Authenticate to obtain a JWT token used as the JWT query parameter on the submission read and update requests.
2
getSubmission
forms-get-submission-details
Fetch the current detail of the submission so the moderator can confirm its contents before changing its status.
3
updateStatus
forms-update-submission
Apply the new approval status, and optional payment status, to the submission.