Bulk approve, reject, or revert all form element submissions for a specific form element within a form submission (site + year scope).
Workflow Actions:
approve: Sets all eligible submissions status to “APPROVED”reject: Sets all eligible submissions status to “REJECTED”revert: Sets all eligible submissions status back to “COMPLETED” (pending approval)Scope: Only affects submissions for the specified form element within the current form submission (site + year combination).
Permission Requirements:
Parameters:
formElementId: The unique identifier of the form elementformSubmissionId: The unique identifier of the form submission (scopes to specific site + year)action: One of “approve”, “reject”, or “revert”reason: Optional reason for the bulk approval/rejection/revert actionEligible Submissions:
This endpoint is ideal for workflow management when you need to approve/reject/revert multiple period submissions (monthly, quarterly) for a form element at once.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.