/pages.json

Returns a collection of fundraising pages that fits to a given criteria array.

📘

Pagination

Maximum is 100 entries, use the page parameter to get the next results.

(with pagination: /pages.json?page={page_number})

Filter by criteria

GET /pages.json?received_min={value}&page={page_number}

Returns a collection of fundraising pages that fits to the given criteria.

These criteria are currently available:

CriterionDescriptionType
date_minMinimum creation date of the pagedate
date_maxMaximum creation date of the pagedate
expires_minMinimum expiry date of the pagedate
expires_maxMaximum expiry date of the pagedate
goal_minMinimum goalfloat
goal_maxMaximum goalfloat
received_minMinimum received amountfloat
received_maxMaximum received amountfloat
received_percentage_minMinimum received percentagefloat
received_percentage_maxMaximum received percentagefloat
statusStatus of the pageEnum ("not_approved", "locked", "active", "preferred")
fb_person_idAn ID of a personinteger
personThe name of the fundraiserstring
titleThe title of the pagestring
fb_project_idAn ID of a projectinteger
addon_idAn ID of a fundraising page addoninteger
ids (separated by commas)A comma separated list of IDsstring
search_idThe ID of a smart searchinteger

📘

If no fundraising page with these criteria exist, an empty fundraising pages container will be returned.

Language
Authorization
Basic
base64
:
Click Try It! to start a request and see the response here!