List Form Submissions by Site

GET

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. Use this parameter to filter submissions on a site by the formElementId.

Required scope | forms:read

Path parameters

site_idstringRequired

Unique identifier for a Site

Query parameters

elementIdstringOptional

Identifier for an element

offsetdoubleOptional

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

limitdoubleOptional

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

Response

Request was successful

formSubmissionslist of objectsOptional
paginationobjectOptional

Pagination object

Errors