Forms
Fetching submissions
Returns a specific form submission with all its responses and the form questions.
GET
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
The ID of the form
The ID of the submission to retrieve
Response
200
application/json
Form submission retrieved successfully
The response is of type object
.