Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi
Anyone can tell me how I can put the data below into the Qlik Sense REST Connector Pagination so that I get 1224 records?
Currently I only get 1000.
"metaData": {}, |
"pagination": { |
"maxPageSizeAllowed": 1000, |
"skipPages": 0, |
"pageSize": 1000, |
"results": 1224, |
"resultsWithoutFilter": 1224, |
"firstPage": "https://restapi.e-conomic.com/invoices/booked?skippages=0&pagesize=1000", |
"nextPage": "https://restapi.e-conomic.com/invoices/booked?skippages=1&pagesize=1000", |
"lastPage": "https://restapi.e-conomic.com/invoices/booked?skippages=1&pagesize=1000" |
}, |
"self": "https://restapi.e-conomic.com/invoices/booked?skippages=0&pagesize=1000" |
} |
My current selections are not working.
Thanx a lot!!
Hi
Have you managed to pull all the pages?
Regards
ST