Team Donors List
Campaign-Specific APIs
Team Donors List
Retrieve a paginated list of donors for a specific team within a CrowdChange campaign, returning 10 donors per page with names and donation amounts.
GET
Team Donors List
Path parameters
integer
required
Campaign ID.
integer
required
Team ID.
Query parameters
integer
Page number. Default:
1integer
Number of results to return. Default:
10string
Key to sort by. Allowed values:
id, amount Default: idstring
Direction of sorting. Allowed values:
asc, desc Default: descinteger
Minimum total donation amount to include. Default:
0boolean
Include only received transactions. Default:
falseResponse
Returns an array of objects with the following fields.number
Donation total.
string
Formatted donation total, includes currency symbol.
number
Matched amount for campaigns with donation matching enabled.
number
Donation total including the matched amount.
string
Donor’s name or alias.
string
Donor’s comment.
True if the donor chose to hide their donation amount.
string
Currency code.
string
Date and time of the donation.