List donations allocated to a fund

Returns paginated fundraising donations and forces the requested fund ID into the donation filter.

Authentication

AuthorizationBearer

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

Path parameters

idintegerRequired
Fund ID

Query parameters

pageintegerOptional>=1Defaults to 1
per_pageintegerOptional1-200Defaults to 10
sortstringOptional

Prefix with ’-’ for descending. Allowed donation sort keys are defined by the backend view

filter[search]stringOptional
filter[payment_date][]stringOptional
filter[status][]stringOptional

Response

Paginated donations.
statusstring
messagestring
dataobject

Errors

401
Unauthorized Error
404
Not Found Error
422
Unprocessable Entity Error