Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
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)
1 Reply
CHAY-92
Contributor III
Contributor III

Hello,

 

I'm also looking for a solution for implementing custom pagination in my project. If anyone has experience or insights on this topic, would greatly appreciate your help.

 

Thank you in advance!