Missing Credit Note Reconciliation

There is a credit note reconciliation in my accounting system which I can clearly see. However when retrieving the list of all credit note reconciliations in the system via the API, the credit note reconciliation is not in the list. PLEASE HELP!!!

Hi Khayam,

Thanks for reaching out, I’m James, one of the Support Engineers here at FreeAgent :wave:

This may be a result of the way all our API endpoints default to a standard pagination of 25 items per page. A more in depth explanation can be found here.

You could try something like:

https://api.freeagent.com/v2/credit_note_reconciliations?page=1&per_page=100

This will get get the first 100 and potentially if you have more you can update the page value to cycle through the pages.

Please let me know if this doesn’t solve the issue for you and I can take a further look.

Many thanks,
James

Hi James I am aware of pagination. This is with pagination implemented

Hi Khayam,

Ah no problem, I have sent you a message directly.

Many thanks,
James