Generate a submitted form PDF

Generates the selected submission PDF through the file manager and returns temporary file metadata. The frontend fetches the returned URL and downloads or prints the PDF.

Authentication

AuthorizationBearer

The signed-in SchoolSet user token sent by the frontend.

Path parameters

idintegerRequired
submissionIdintegerRequired

Response

File metadata with a temporary URL (not PDF bytes directly).

statusstring
messagestring
dataobject

Errors

401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
500
Internal Server Error