Returns a list of all submissions for a given form
Enter your Fillout API key. Format: Bearer <api_key>
The public identifier of the form
The maximum number of submissions to retrieve per request
1 <= x <= 150
A date string to filter submissions submitted after this date
A date string to filter submissions submitted before this date
The starting position from which to fetch the submissions
Pass 'in_progress' to get unfinished submissions. By default, only 'finished' submissions are returned
finished
, in_progress
Pass true to include a link to edit the submission as 'editLink'
Pass true to include preview responses
Sort order for the submissions
asc
, desc
Filter for submissions containing a string of text
List of submissions
The response is of type object
.