get https://api.fundraisingbox.com/v1/receipts.json
Returns a collection of donation receipts.
Filter by criteria
GET /receipts.json?type={value}
Returns a collection of donation receipts that fits to the given criteria.
These criteria are currently available:
| Criterion | Description | type |
|---|---|---|
| amount_min | Minimum amount | float |
| amount_max | Maximum amount | float |
| type | Type of the receipt | Enum ("single", "multi") |
| number_min | Minimum receipt number | integer |
| number_max | Maximum receipt number | integer |
| date_min | Minimum date of the receipt | date |
| date_max | Maximum date of the receipt | date |
| sent_min | Minimum sent date | date |
| sent_max | Maximum sent date | date |
| fb_person_id | ID of the person the receipt belongs to | integer |
| fb_donation_id | ID of the donation the receipt belongs to | integer |
| status | The status of the receipt | Enum ("confirmed", "invalidated") |
