Trial balance - cut off at 25 results

I’ve been working with the trial balance endpoint but it maxes out at 25 results when there may be 40+ results/ fields at least.

In the documentation there’s nothing about pagination and I’m unsure how to get these extra fields. How can I get these other fields?

It’s sadly not documented correctly but it uses the same pagination as the other endpoints. Try using /accounting/trial_balance/summary?per_page=100 and you should get 100 back, if you have more than that you’ll need to implement proper pagination in your code.

1 Like

Ahh perfect, that’s working well now - thank you so much! I was getting a little worried :sweat_smile: