Export filtered pledges
Exports the pledges matching the same page and filter parameters as the pledge list as an XLSX download. If no rows match, the endpoint returns a 422 JSON error instead.
Authentication
AuthorizationBearer
The signed-in SchoolSet user token sent by the frontend.
Request
This endpoint expects an object.
page
per_page
sort
filter
Page filters such as search
Response
XLSX pledge export
Errors
401
Unauthorized Error
403
Forbidden Error
422
Unprocessable Entity Error

