Get a list of Submissions for a given form
Returns all submissions for a form given formId. Includes all Form Definitions as well as complete and non-complete responses
Path parameters
The ID of the form.
Query parameters
The number of the page
The number of items to take.
The filter expressions
Response
List of form Submissions
Changes
Changed in 2 of the 7 revisions of this API.112
- ▲
removed the media type
application/problem+jsonfor the response with the status400response-media-type-removed
- ○
added the optional property
items/submittedByto the response with the200statusresponse-optional-property-added
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ●
removed the optional property
items/submittedByfrom the response with the200statusresponse-optional-property-removed
- ○
added the media type
application/problem+jsonfor the response with the status400response-media-type-added
This revision also has 62 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ●