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: 
Not applicable

Qlikview REST connector pagination JSON

Hi,

I have a JSON file thatlooks in a way like this :

{

  "result": {

  "code": 206,

  "info": "Partial Content"

  },

  "paging": {

  "page_size": 16,

  "links": {

  "first": {

  "href": "https://apis.bbva.com/paystats_sbx/3/zipcodes/28002/category_distribution?max_date=201553&level=subc..."

  },

  "self": {

  "href": "https://apis.bbva.com/paystats_sbx/3/zipcodes/28002/category_distribution?max_date=201553&level=subc..."

  },

  "next": {

  "href": "https://apis.bbva.com/paystats_sbx/3/zipcodes/28002/category_distribution?max_date=201553&level=subc..."

  }

  }

  },

  "data": [{

  "date": "201501",

  "avg": 39.93228,

  "cards": 8010,

  "merchants": 972,

  "txs": 10979,

  "categories": [{

I use the Rest connector to get the data out of this JSON file.

The problem I have is when, in the REST connector, Iwant to enable pagination with these setting:

Pagination Type: Next URL

Next URL field path: root/paging/links/next/attr:href



It doesn't seem to work...


Really hope someone can help me!

1 Reply
micheledenardi
Specialist II
Specialist II

Did you find the solution ?

I have your same problem...

 

Thanks

Michele De Nardi
If a post helps to resolve your issue, please accept it as a Solution.