Skip to main content
Announcements
Qlik Connect 2025: 3 days of full immersion in data, analytics, and AI. May 13-15 | Orlando, FL: Learn More
cancel
Showing results for 
Search instead for 
Did you mean: 
aadil_madarveet
Partner - Creator II
Partner - Creator II

using cursors in REST API

Hi All,

I am trying to consume data from a REST endpoint and the endpoint has large volume of data that is paginated using cursors.

The data set looks like below in the rest response.

{
   "users": [...],
   "next_cursor": "1234",  # the user id of the extra result
}

The problem I have is, when I create the REST connection the next_cursor does not seem to appear for me to be able to read it.

I can only read the contents of users. How can I read the next_cursor data.

Please help share some info on how this can be achieved.

Thanks,

Aadil

 

 

0 Replies