Approve, reject, or revert form element submission
FormElementSubmission
Approve, reject, or revert form element submission
Approve, reject, or revert a specific form element submission.
Note: For ACTIVITY elements, this action applies to all submissions for the same form element and period within the same form submission (site + year), ensuring consistent status across multiple activity rows in that period.
Workflow Actions:
approve: Sets the submission status to “APPROVED”reject: Sets the submission status to “REJECTED”revert: Sets the submission status back to “COMPLETED” (pending approval)
Permission Requirements:
- User must have APPROVER, MANAGER, or OWNER role in the organization
- User must have access to the site where the form is deployed
- The form element submission must belong to the user’s organization
Parameters:
formElementSubmissionId: The unique identifier of the form element submission to approve/reject/revertaction: One of “approve”, “reject”, or “revert”reason: Optional reason for the approval/rejection/revert action
This endpoint is essential for workflow management and quality control in data collection processes.
PATCH
Approve, reject, or revert form element submission
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Body
application/json
Response
Successful response
Available options:
COMPLETED, APPROVED, REJECTED 
