Submissions
Restoring a deleted Submission
Submissions that have been recently soft-deleted and not yet purged can be restored using this endpoint.
post/v1/projects/{projectId}/forms/{xmlFormId}/submissions/{instanceId}/restore
Path parameters
projectIdnumber required
The numeric ID of the Project
xmlFormIdstring required
The xmlFormId of the Form being referenced.
instanceIdstring required
The instanceId of the Submission being referenced.
Response
OK
Example response
{
"success": true
}