Submissions
Retrieve a list of submissions
Retrieve a paginated list of submissions for a given form for the authenticated organization.
GET
/
submissions
Headers
The API key.
Query Parameters
The unique ID of the form.
Search for a submission by its content.
The page number for pagination.
Required range:
x > 0
The number of items per page.
Required range:
0 < x < 100