Get an Object containing FormSubmissionApprovals assigned to the current user and the Form definitions in those approvals.
const formsAppId = 1const { formSubmissionApprovals, formApprovalFlowInstances, forms, formSubmissionMeta,} = await approvalsService.getFormSubmissionApprovals(formAppId) Copy
const formsAppId = 1const { formSubmissionApprovals, formApprovalFlowInstances, forms, formSubmissionMeta,} = await approvalsService.getFormSubmissionApprovals(formAppId)
Optional
Get an Object containing FormSubmissionApprovals assigned to the current user and the Form definitions in those approvals.
Example