Get all submissions
Returns a list of all submissions for a given form
get/forms/{formId}/submissions
Path parameters
formIdstring required
The public identifier of the form
Query parameters
limitinteger
The maximum number of submissions to retrieve per request
afterDatestring date-time
A date string to filter submissions submitted after this date
beforeDatestring date-time
A date string to filter submissions submitted before this date
offsetinteger
The starting position from which to fetch the submissions
status'finished' | 'in_progress'
Pass 'in_progress' to get unfinished submissions. By default, only 'finished' submissions are returned
includeEditLinkboolean
Pass true to include a link to edit the submission as 'editLink'
includePreviewboolean
Pass true to include preview responses
sort'asc' | 'desc'
Sort order for the submissions
searchstring
Filter for submissions containing a string of text
Response
List of submissions