List a form's submissions
GET/forms/:form_id/submissions
A page of the submissions received through a form.
Requires a contact read scope (contact.read, contact.write, or contact.all).
Each submission's answers is the payload the form actually posted, so its keys vary per
form — read the form's fields to know what to expect. contact_id is the contact the
submission created or matched, and is null when no contact was linked.
Request
Responses
- 200
- 400
- 401
- 403
- 404
A page of submissions
Malformed request
Missing or invalid token
Token lacks the required scope, or the user's role/permissions deny this action
Resource not found (or not visible to this user's role)