Queue a ZIP of filled forms
Starts generation of a ZIP containing filled PDFs for the selected form. ZIP creation is synchronous from the controller's perspective but the response is an acknowledgement while the service performs the export workflow.
Authentication
AuthorizationBearer
The signed-in SchoolSet user token sent by the frontend.
Path parameters
id
Form ID whose filled submissions should be zipped.
Response
ZIP generation was accepted.
status
message
data
Errors
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error

