Poynt Billing Services getSubscriptions only returns 10 record at a time

From my app im firing the API endpoint to get subscriptions records. There are 14 records but it only returns 10 records at a time. I have to use “start=10” parameter in the next API request to get the rest of the records. Is there a way I can get all the subscriptions records at once?

The API endpoint:

https://billing.poynt.net/apps/urn:aid:xxx-xx-xx/subscriptions

At this time you would have to make 2 calls if the list is over 10, just like the way you did it.