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

idlongRequired>=1
Form ID whose filled submissions should be zipped.

Response

ZIP generation was accepted.
statusenum
messagestring
datalist of any

Errors

401
Unauthorized Error
403
Forbidden Error
404
Not Found Error