Forms
Retrieve a form submission
Returns a specific form submission with all its responses and the form questions.
get/forms/{formId}/submissions/{submissionId}
Path parameters
formIdstring required
The ID of the form
submissionIdstring required
The ID of the submission to retrieve
Response
Form submission retrieved successfully
Changes
No recorded changes to this endpoint across all 4 revisions of this API.