get https://api.fundraisingbox.com/donations.xml
Returns a collection of confirmed donations.
Maximum is 100 entries, use the page parameter to get the next results.
(with pagination: /donations.xml?page={page_number})
List by criterias
GET /donations.xml?criteria[amount_min]={value}&page={page_number}
Returns a collection of donations 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:
amount_min
amount_max
date_min
date_max
received_min
received_max
ident_id_min
ident_id_max
receipt_status
fb_project_id
fb_type_id
fb_source_id
fb_person_id
fb_payment_form_configuration_id
fb_payout_id
ids (separated by commas)
search_id (smart-search id)
transaction_id
If no donations with these criteria exist, an empty donation container will be returned.