As part of JustGiving’s ongoing work to optimise the platform, we wanted to make the Developer community aware of a change in the way fundraising pages will display when created via the API.
Previously we discussed a change of adding a new path to get details of a fundraising page by adding an additional prefix: https://justgiving-developer.zendesk.com/hc/en-us/articles/14305967810705-Extending-the-Consumer-Data-API-for-backwards-compatibility
"Prefix route": /c46c6a77/v1/fundraising/pages/page/luis-b
"Legacy" /c46c6a77/v1/fundraising/pages/luis-b
Going forward we will be reverting new fundraising pages back to the previous route:
/c46c6a77/v1/fundraising/pages/luis-b
Whilst pages create via the /c46c6a77/v1/fundraising/pages/page/luis-b will still be retrievable by adding the Prefix, all new pages created will via the API will follow:
/c46c6a77/v1/fundraising/pages/luis-b
The benefit of moving all pages back to /fundraising prefix means that WRITE endpoints such as AddImageToFundraisingPage, will be available to use for pages created via the API and core JG platform
0 Comments