The id of a form that should be submitted with approval
The id of a submission that was submitted with approval
Key to associate a canned response with an approval to allow for reporting
The unique identifier for the FormApprovalFlowInstance of this approval flow
The group assigned to the approval
Internal notes that are not seen by the user that submitted the form
Notes sent to the use that submitted the form
The email addresses of the users to be notified of the result
Prevent the payment on a clarification request
The unique label for the step
The username of the user that updated the approval
The id of an email template to use for clarification request emails
The unique key for the response to allow for reporting
The human readable text to represent the response
The text to prefill as the notes for an approval (should respect line breaks)
{
"id": "a2fgdc5g-79c8-4f97-8d92-cde64b34956s",
"formId": 1,
"submissionId": "c1f0f27b-4289-4ce5-9807-bf84971991aa",
"steps": [],
"isLatest": true,
"status": "APPROVED",
"createdAt": "2021-08-06T12:00:00.00Z",
"updatedAt": "2021-08-06T12:00:00.00Z",
"previousFormSubmissionApprovalId": "a2fgdc5g-79c8-4f97-8d92-cde64b34956s",
"lastUpdatedBy": "username"
}
{
"group": "group 1",
"label": "Step 1",
"isSkipped": false,
"isConditional": true,
"requiresAllConditionalPredicates": true,
"conditionalPredicates": []
}
The id of a form that should be submitted with approval
The group that will be assigned an approval for this node
The unique label for the node
The type of the approval step. CONCURRENT steps have multiple groups assigned that must be approved in parallel before the flow can move on to the next step. STANDARD steps are single steps approved sequentially.
{
"id": "a2fgdc5g-79c8-4f97-8d92-cde64b34956s",
"formApprovalFlowInstanceId": 1,
"group": "group1",
"stepLabel": "Step 1",
"status": "APPROVED",
"createdAt": "2021-08-06T12:00:00.00Z",
"updatedAt": "2021-08-06T12:00:00.00Z",
"notificationEmailAddress": ["username@oneblink.io"],
"notes": "Notes",
"internalNotes": "Internal Notes",
"updatedBy": "username"
}
The unique identifier for the Approvals Forms App associated with the approval
The unique identifier for the form that was submitted for approval
Indicates if the instance is the latest for single submission after clarification requests
The unique identifier for the previous FormSubmissionApproval that lead to this approval flow
The status of the approval
An array of the FormApprovalFlowInstanceSteps
The unique identifier for the submission being approved
The note text
The id of a form that should be submitted with approval