Export filtered fundraising donations

Exports the donations matching the supplied page filters as an XLSX download. The frontend requests a blob and treats JSON responses as errors; an empty result is rejected by the backend.

Authentication

AuthorizationBearer

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

Request

This endpoint expects a map from strings to any.

Response

XLSX file containing matching donations.

Errors

401
Unauthorized Error
403
Forbidden Error
422
Unprocessable Entity Error