get https://api.fundraisingbox.com/pages.xml
Returns a collection of fundraising pages
Maximum is 100 entries, use the page parameter to get the next results.
(with pagination: /pages.xml?page={page_number})
List by criterias
GET /pages.xml?criteria[received_min]={value}&page={page_number}
Returns a collection of fundraising pages that fits to a given criteria array.
Maximum is 100 entries, use the page parameter to get the next results.
These criteria are currently available:
date_min
date_max
expires_min
expires_max
goal_min
goal_max
received_min
received_max
received_percentage_min
received_percentage_max
status
fb_person_id
person
title
fb_project_id
addon_id
ids (separated by commas)
search_id (smart-search id)
If no fundraising page with these criteria exist, an empty fundraising pages container will be returned.