How to define pagination in the Qlik rest connector
I defined a rest connector to a rest api.
I only give me the first page of the data. The pagination URL is defined in the header
The 'link' header in the response will hold the next page url if exists. If you have reached the last page of objects, then the link header will not be set.