Problem with pagination in Zoho Inventory API

Problem with pagination in Zoho Inventory API

Hello,

I'm having an issue with the  Zoho Inventory API when I try to use the pagination.


And when I send the same request for the second page, https://inventory.zoho.com/api/v1/items?authtoken=XXXXXXXXXX&organization_id=YYYYYY&page=2&per_page=50 I'm getting back the same 200 items I get with the first request. 

So I think neither the page parameter nor the per_page parameter are working well.

Please tell me if I'm doing something wrong or if the API is not working well with pagination.

Thank you.