List Form Submissions by Form and Site

List form submissions for a given form within a specific site.

Required scope | forms:read

Authentication

AuthorizationBearer

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

Path Parameters

site_idstringRequiredformat: "objectid"
Unique identifier for a Site
form_idstringRequiredformat: "objectid"
Unique identifier for a Form

Query Parameters

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 objects or null
paginationobject or null
Pagination object

Errors