Zoho Books API get more than 200 invoices
Hello!
When I run the Zoho Books API GET to get the invoices, I only get the 200 more recent ones, and I was wondering what's the way to get older ones.
I tried to do it the Desk API way like this:
curl -s -X GET https://books.zoho.com/api/v3/invoices?limit=99&from=200 -H "Authorization: Zoho-oauthtoken {}" -H "Content-Type: application/x-www-form-urlencoded;charset=UTF-8"
but it made no change.
Thank you!