Campaign-Specific APIs
Get Campaign Teams
Search teams registered under a CrowdChange campaign by keyword and retrieve a paginated list with captain, goal, and raised totals for each.
GET
Get Campaign Teams
Path parameters
integer
required
Fundraiser ID.
Query parameters
string
Search term.
integer
Page number. Default:
1integer
Number of results to return. Default:
100string
Key to sort by. Allowed values:
id, name, amount_raised, amount_goalstring
Direction of sorting. Allowed values:
asc, descResponse
integer
Team ID.
string
Team name.
string
Team type.
string | null
URL to the team’s page.
number
Goal amount.
string
Formatted goal amount, including the currency symbol.
number
Amount raised by the team.
string
Formatted amount raised by the team, including the currency symbol.
number
Pending offline donation amount for the team.
number
Team matched donation amount.
integer
Number of team donors.
integer
Number of personal pages on the team.
object
string | null
Team image ID.
string | null
Team description.
boolean
Whether the team image is inherited from the campaign.
boolean
Whether the team description is inherited from the campaign.
string | null
Team creation date and time.
string
Team language. Allowed values:
en, fr.object[]
Custom questions and responses configured for the resource.
object
Team owner.
object
Campaign summary.
Last modified on August 17, 2026