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_idstringRequiredformat: "objectid"

Unique identifier for a Site

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Query parameters

elementIdstringOptional

Identifier for an element

offsetintegerOptional

Offset used for pagination if the results have more than limit records

limitintegerOptional

Maximum number of records to be returned (max limit: 100)

Response

Request was successful

formSubmissionslist of objectsOptional
paginationobjectOptional

Pagination object

Errors