Submissions
Retrieve a submission
Retrieve a specific submission for a given form for the authenticated organization.
GET
/
submissions
/
{submissionId}
Headers
api-key
string
requiredThe API key.
Path Parameters
submissionId
string
requiredThe unique ID of the submission to retrieve.
Query Parameters
formId
string
requiredThe unique ID of the form.
Response
200 - application/json
id
string
requiredThe unique ID of the submission.
formId
string
requiredThe ID of the form.
isSpam
boolean
requiredWhether the submission is spam.
createdAt
string
requiredThe date the submission was created.
updatedAt
string
requiredThe date the submission was last updated.
answers
object[]
The answers for the submission.
files
object[]
The files for the submission.