Skip to main content
GET
Retrieve a form submission

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

formId
string
required

The ID of the form

submissionId
string
required

The ID of the submission to retrieve

Response

Form submission retrieved successfully

questions
object[]

List of form questions with their fields

submission
object

The form submission with responses