Process a submission via API
2
3
4
5
Retrieve processed submission
{
"id": "string",
"submissionNumber": "number",
"name": "string",
"template": {
// Template details
},
"templateId": "number",
"uploaderUserId": "string",
"userId": "string",
"files": [
// List of files
],
"payload": {
// structed data gathered from files
}
"status": "processed",
"createdAt": "string",
"updatedAt": "string"
}Last updated
Was this helpful?