Ideas Bank

We value your unique insight into our products and services and often receive ideas and feedback from our community in a variety of ways. To streamline this process, we’ve created an idea bank where you can post product suggestions, vote for those most important to you, and add comments to existing ideas.

RetrieveDonationDetailsByReference doesn't accept a pageNumber - bug?

I'm trying to retrieve the contents of the RetrieveDonationDetailsByReference endpoint paginated.

But whatever number I pass as pageNumber - I get the first pageNumber

For example:

Request
https://api.justgiving.com/[appID]/v1/donation/ref/[thirdPartyReference]/?pageNumber=2&pageSize=10

Response

    <pagination>

<pageNumber>1</pageNumber>
<pageSizeRequested>10</pageSizeRequested>
<pageSizeReturned>10</pageSizeReturned>
<totalPages>3</totalPages>
<totalResults>27</totalResults>
</pagination>


To be fair, it is not documented that the pagination parameters work - but pageSize does - so I wondered if this was a bug. N.B. I tried 'page' and that didn't work either. Is there another way?

Thanks!

  • Guest
  • Feb 1 2026
  • Needs review
  • Attach files