Fundraising exports
Export large sets of broad data from mod_fundraising
Accept header for requests to Fundraising exports
application/vnd.procurios.fundraising+json; version=1
Pledges GET
Scope:
fundraising/pledge/exportGet a lot of information on pledges, ordered by last modification
Parameters
Parameter | Type | Description |
---|---|---|
amount | int | Number of results to return per page. (Default value: 25, maximum value: 1000) |
page | int | The api will provide 25 results per page by default |
since | datetime | Only get results created or updated since yyyy-mm-ddThh:mm:ss |
until | datetime | Only get results created or updated before yyyy-mm-ddThh:mm:ss |
relationIds | int[] | Limit the results to the given relationIds, as a single integer, comma-separated list of integers, or array of integers |
Donations GET
Scope:
fundraising/donation/exportGet a lot of information on donations, ordered by creation date
Parameters
Parameter | Type | Description |
---|---|---|
amount | int | Number of results to return per page. (Default value: 25, maximum value: 1000) |
page | int | The api will provide 25 results per page by default |
since | datetime | Only get results created or updated since yyyy-mm-ddThh:mm:ss |
until | datetime | Only get results created or updated before yyyy-mm-ddThh:mm:ss |
relationIds | int[] | Limit the results to the given relationIds, as a single integer, comma-separated list of integers, or array of integers |
Totals GET
Scope:
fundraising/totalsCollect a summary of donation information (in cents) for a fund and/or campaign and/or period
Parameters
Parameter | Type | Description |
---|---|---|
from | string | The api will provide results from this date (given as yyyy-mm-dd) |
until | string | The api will provide results before this date (given as yyyy-mm-dd) |
campaign | int[] | Limit the results to the given values, as a single integer, comma-separated list of integers, or array of integers |
fund | int[] | Limit the results to the given values, as a single integer, comma-separated list of integers, or array of integers |