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

idintegerRequired

Query parameters

debugbooleanOptionalDefaults to false

Response

XLSX download, or JSON error envelope when generation fails.
statusstring
messagestring
dataany or nullOptional

Errors

401
Unauthorized Error
403
Forbidden Error
404
Not Found Error