Discussions

Ask a Question
Back to All

Pagination of results

Hello when running a Get request and returining a large set of data the API is only providing a portion of the data, and providing a "hasNextPage":true / "hasPreviouspage":false flag. Unfortunately there is no page number / id that would allow me to loop through pages and get all information.