Queue a submitted-form export
Queue a submitted-form export
Queues a PDF or ZIP export of submitted records for a form. The export type is required as a query parameter and the response is an acknowledgement, not a file download.
Authentication
AuthorizationBearer
The signed-in SchoolSet user token sent by the frontend.
Path parameters
id
Form ID to export.
Query parameters
type
Export format requested by the forms screen.
Allowed values:
Response
Export generation was queued.
status
message
data
Errors
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
422
Unprocessable Entity Error

