Download a PTA event XLSX report
Generates and downloads the selected event report as an XLSX file. The frontend requests a blob and also handles a JSON error body returned with status 200.
Authentication
AuthorizationBearer
The signed-in SchoolSet user token sent by the frontend.
Path parameters
id
Query parameters
debug
Response
XLSX download, or JSON error envelope when generation fails.
status
message
data
Errors
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error

