Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anna_Zielo
Contributor II
Contributor II

REST AND PAGINATION

Hi,

I'm new to Qlik and I need your help! I connect my data with the REST Connector but I have some problem with pagination.

Here's my metadata from json response:

"links":{"first":"https:\/\/api-report.xxxxxx.com\/api\/entity\/invoices?page=1",

"last":"https:\/\/api-report.xxxxxx.com\/api\/entity\/invoices?page=16",

"prev":null,

"next":"https:\/\/api-report.xxxxxx.com\/api\/entity\/invoices?page=2"},"

meta":{"current_page":1,"from":1,"last_page":16,"path":"https:\/\/api-report.xxxxx.com\/api\/entity\/invoices","per_page":100,"to":100,"total":1501}}

Which kind of parameters do I need to use? I tried different configurations that I found here in the community but nothing works, I see only the first 100 rows. I know it's problably very simple but I did something wrong!

Thanks in advance!

Labels (1)
0 Replies