/donations.json

Returns a collection of confirmed donations that fits to a given criteria array.

📘

Pagination

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

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

Filter by criteria

GET /donations.json?amount_min={value}&page={page_number}

Returns a collection of donations that fits to the given criteria.

These criteria are currently available:

CriterionDescriptionType
amount_minMinimum amountfloat
amount_maxMaximum amountfloat
date_minMinimum donation datedate
date_maxMaximum donation datedate
received_minMinimum received datedate
received_maxMaximum received datedate
ident_id_minMinimum ident idinteger
ident_id_maxMaximum ident idinteger
receipt_statusWish for donation receiptEnum ("receipt_now", "no_receipt", "receipt_end_of_year", "receipt_sent", "receipt_never")
fb_project_idThe ID of a projectinteger
fb_type_idThe ID of a payment typeinteger
fb_source_idThe ID of a sourceinteger
fb_person_idThe ID of a personinteger
fb_payment_form_configuration_idThe ID of a payment forminteger
fb_payout_idThe ID of a payout objectinteger
ids (separated by commas)A comma separated list of IDsstring
is_testFilter test donationsEnum ("yes", "no", "all") - default is "all"
search_idThe ID of a smart searchinteger
transaction_idThe FB-T IDinteger
external_donation_idAn external id stored at the donationstring

📘

If no donations with these criteria exist, an empty donation container will be returned.

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