improved
Retrieving Historical Data From Custom Codes
February 19th, 2024
We have successfully implemented a change to make more historical data accessible through our APIs for custom codes. You can now retrieve all historical data via our APIs from the date referenced in the table for each end-point.
This feature is available across the follow API’s Starts immediately, you can access historical data spanning over 5 years using the following APIs:
End Point | Description | Start Date of Historical Data |
---|---|---|
Supporter Custom Codes | Involves custom codes associated with supporter interactions and engagements. | 27/07/2018 |
Personal Fundraising Pages Custom Codes | Relates to custom codes for personal fundraising pages and individual users. | 26/07/2018 |
Team Fundraising Page Custom Codes | Relates to custom codes for team-based fundraising pages and collaborative efforts | 23/01/2019 |
Typical usage:
- Pull data for all time and then incrementally pull
- Retrieve historical data.
- Update your records.
- Pull incremental updates.
- Use date filters to pull missing data:
- Apply date filters to retrieve specific data.
- Check start dates above for suitable date filters on each endpoint.