List Form Submissions by Site
List form submissions for a given site. This endpoint differs from the existing List Form Submissions endpoint by accepting siteId
as a path parameter and elementId
as a query parameter. You can get the elementId
from the List forms endpoint.
Required scope | forms:read
Path parameters
site_id
Unique identifier for a Site
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Query parameters
elementId
Identifier for an element
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