List submissions for a form
Returns a paginated submission table for the selected form. The form id is the route id; filters and sorting are applied by the form-submission page definition.
Authentication
AuthorizationBearer
The signed-in SchoolSet user token sent by the frontend.
Path parameters
id
Form identifier
Query parameters
page
per_page
sort
Allowed submission sort key
spam
filter[search]
filter[submitted_at]
Dynamic date filter interpreted by the page definition
filter[payment_status]
filter[payment_method]
filter[payment_total]
Response
Paginated submissions and the form payload.
Errors
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
422
Unprocessable Entity Error

