Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Rest API Custom Pagination

Hi I´m trying to create a Rest Api Connection with Qlik sense business to an API that delivers 50 lines per request.  

The original url is: https://api.repsly.com/v3/export/clients/{lastTimestamp}

To get the first set of data you have to change the previos url into https://api.repsly.com/v3/export/clients/0

I´m trying to change the 0 for a variable so I can change the variable for different values and create a loop until I get all the data.

The problem comes when I´m creating the connection, I add https://api.repsly.com/v3/export/clients/$(Variable) the connection do not works.

When I use this url  https://api.repsly.com/v3/export/clients/0 I have no place to change the 0 for another value to gel all the data.

I´m trying to use the custom pagination option with no results and I have not been able to find documentation or examples on how to use it.

Any ideas?

 

Labels (1)
0 Replies