List fundraising pledges
Returns the active school’s pledges with server-side pagination, filtering, and sorting.
Authentication
AuthorizationBearer
The signed-in SchoolSet user token sent by the frontend.
Query parameters
page
per_page
sort
Sort field; prefix with - for descending
search
filter[campaign_name][]
filter[fundraising_id]
filter[fundraising_donor_id]
filter[fund_name][]
filter[status][]
filter[pledge_date][]
filter[due_date][]
Response
Paginated pledge results.
status
message
data
Errors
401
Unauthorized Error
403
Forbidden Error
422
Unprocessable Entity Error

