Skip to main content
Announcements
See what Drew Clarke has to say about the Qlik Talend Cloud launch! READ THE BLOG
cancel
Showing results for 
Search instead for 
Did you mean: 
montero_ro
Partner - Contributor II
Partner - Contributor II

Qlik REST API load more than one page

Hello veryone!

Im trying to load pagitanted data from one API. I tried using Power BI en it allows me to load page 1 and page 2 of data. Page 1 has 10.000 records, whereas page 2 has around 2000 rows of data. However, in Qlik I only get the 10.000, and I cannot get the data from page 2.

Power BI Test

montero_ro_0-1672922799287.png

montero_ro_1-1672922818312.png

Qlik records

montero_ro_2-1672922911870.png

 

Does anyone know how I can get page 1 and 2 data from the same API?

 

Thanks a lot!

Labels (2)
1 Solution

Accepted Solutions
Qlik_Eric_Thomas

Hello, 

The Qlik REST connector requires you to specify how pagination occurs. You can use this resource for some examples: https://help.qlik.com/en-US/connectors/Subsystems/REST_connector_help/Content/Connectors_REST/Create...

Sr. Technical Support Engineer with Qlik Support
Help users find answers! Don't forget to mark a solution that worked for you!

View solution in original post

2 Replies
Qlik_Eric_Thomas

Hello, 

The Qlik REST connector requires you to specify how pagination occurs. You can use this resource for some examples: https://help.qlik.com/en-US/connectors/Subsystems/REST_connector_help/Content/Connectors_REST/Create...

Sr. Technical Support Engineer with Qlik Support
Help users find answers! Don't forget to mark a solution that worked for you!
montero_ro
Partner - Contributor II
Partner - Contributor II
Author

Hello @Qlik_Eric_Thomas ,

I just added pageno=2 like this

montero_ro_0-1673889791291.png

Once I did that, I could fetch the missing data I needed.

 

Thanks! and have a nice day.