User-Specific APIs
Get Team's Personal Pages
Retrieve a paginated list of personal fundraising pages registered under the authenticated user’s team within a CrowdChange campaign.
GET
Get Team's Personal Pages
Path parameters
integer
required
Campaign ID.
integer
required
Team ID.
Query parameters
string
required
User’s access token.
string
Search term.
integer
Page number. Default:
1integer
Number of results to return. Default:
10string
Key to sort by. Allowed values:
name, amount_raised, amount_goalstring
Direction of sorting. Allowed values:
asc, descstring
API’s locale. Allowed values:
en, frResponse
integer
Personal page ID.
string
Personal page name.
string
Personal page type.
string | null
URL to the personal page.
number
Goal amount.
string
Formatted goal amount, including the currency symbol.
number
Amount raised by the personal page.
string
Formatted amount raised by the personal page, including the currency symbol.
number
Pending offline donation amount for the personal page.
number
Personal page matched donation amount.
integer
Number of personal page donors.
object
string | null
Personal page image ID.
string | null
Personal page description.
boolean
Whether the personal page image is inherited from the campaign.
boolean
Whether the personal page description is inherited from the campaign.
object | null
Registrant details, when available.
string | null
Personal page archive date and time.
string | null
Personal page close date and time.
string | null
Personal page creation date and time.
string
Personal page language. Allowed values:
en, fr.object[]
Custom questions and responses configured for the resource.
object
Personal page owner.
object
Campaign summary.
object | null
Team summary, when the personal page belongs to a team.
Last modified on August 17, 2026