Get Team's Personal Pages
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
Campaign ID.
Team ID.
Query parameters
User’s access token.
Search term.
Page number. Default:
1Number of results to return. Default:
10Key to sort by. Allowed values:
name, amount_raised, amount_goalDirection of sorting. Allowed values:
asc, descAPI’s locale. Allowed values:
en, frResponse
Returns an array of objects with the following fields.Personal page ID.
Personal page name.
Personal page description
Personal page image ID
Goal amount.
Amount raised by the personal page.
Formatted amount raised by the personal page, includes currency symbol.
URL to personal page.
Personal page language. Allowed values:
en, frTrue if the image is default.
True if the description is default.
Team name that personal page belongs to (if assigned to a team).
Campaign that personal page belongs to.
| Status | Description |
|---|---|
400 | Bad Request |
403 | Forbidden |