List Form Submissions
List form submissions for a given form ID within a specific site.
Use the List Form Submissions by Site endpoint to list form submissions for a given site with the ability to filter by a formElementId.
Required scope | forms:read
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
site_id
Unique identifier for a Site
form_id
Unique identifier for a Form
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
Errors
400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
429
Too Many Requests Error
500
Internal Server Error