GET
/
submissions
/
{submissionId}

Headers

api-key
string
required

The API key.

Path Parameters

submissionId
string
required

The unique ID of the submission to retrieve.

Query Parameters

formId
string
required

The unique ID of the form.

Response

200 - application/json
id
string
required

The unique ID of the submission.

formId
string
required

The ID of the form.

isSpam
boolean
required

Whether the submission is spam.

answers
object[]

The answers for the submission.

files
object[]

The files for the submission.

createdAt
string
required

The date the submission was created.

updatedAt
string
required

The date the submission was last updated.