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

idintegerRequired
Form identifier

Query parameters

pageintegerOptional>=1
per_pageintegerOptional1-200
sortstringOptional
Allowed submission sort key
spambooleanOptional
filter[search]stringOptional
filter[submitted_at]stringOptional
Dynamic date filter interpreted by the page definition
filter[payment_status]stringOptional
filter[payment_method]stringOptional
filter[payment_total]stringOptional

Response

Paginated submissions and the form payload.

Errors

401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
422
Unprocessable Entity Error