List Form Submissions
List form submissions for a given form
Forms in components
When a form is used in a component definition, each instance of the form is considered a unique form.
To get a combined list of submissions for a form that appears across multiple component instances, use the List Form Submissions by Site endpoint.
Required scope | forms:read
Path parameters
form_id
Unique identifier for a Form
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Query parameters
offset
Offset used for pagination if the results have more than limit records
limit
Maximum number of records to be returned (max limit: 100)
Response
Request was successful
formSubmissions
pagination
Pagination object