<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic REST API Pagination in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/REST-API-Pagination/m-p/1375673#M817968</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have been given accesss to an API - the problem is that it only brings back 30 records at a time.&amp;nbsp; Is there a simple way to loop or paginate through all the records?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Phil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
    <dc:creator>prees959</dc:creator>
    <dc:date>2020-11-25T16:16:04Z</dc:date>
    <item>
      <title>REST API Pagination</title>
      <link>https://community.qlik.com/t5/QlikView/REST-API-Pagination/m-p/1375673#M817968</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have been given accesss to an API - the problem is that it only brings back 30 records at a time.&amp;nbsp; Is there a simple way to loop or paginate through all the records?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Phil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/REST-API-Pagination/m-p/1375673#M817968</guid>
      <dc:creator>prees959</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: REST API Pagination</title>
      <link>https://community.qlik.com/t5/QlikView/REST-API-Pagination/m-p/1375674#M817969</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Phil,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rest API has an option of pagination. So as per your web service you can define a pagination.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Link below has sample code.&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.qlik.com/en-US/connectors/Subsystems/REST_connector_help/Content/1.0/Create-REST-connection/Pagination-scenarios.htm" title="http://help.qlik.com/en-US/connectors/Subsystems/REST_connector_help/Content/1.0/Create-REST-connection/Pagination-scenarios.htm"&gt;Using pagination with selected REST sources ‒ Qlik Connectors&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kaushik Solanki&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Aug 2017 06:34:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/REST-API-Pagination/m-p/1375674#M817969</guid>
      <dc:creator>kaushiknsolanki</dc:creator>
      <dc:date>2017-08-24T06:34:01Z</dc:date>
    </item>
    <item>
      <title>Re: REST API Pagination</title>
      <link>https://community.qlik.com/t5/QlikView/REST-API-Pagination/m-p/1375675#M817970</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kaushik,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the link to the documentation.&amp;nbsp; I have been told by the developers of the service to :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;....&lt;/P&gt;&lt;BLOCKQUOTE class="jive-quote" style="color: #222222; font-family: arial, sans-serif; font-size: 12.8px;"&gt;yes there is pagination and it defaults to 100 per page.&lt;P&gt;You can use "limit" and "offset" query params to override it.&lt;/P&gt;&lt;P&gt;"limit" is the number or records per page. "offset" is the page that you're on.&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I am still unsure of the best way to set up the REST connector.&amp;nbsp; If you can advise in any way I would be very grateful,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Phil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Sep 2017 11:28:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/REST-API-Pagination/m-p/1375675#M817970</guid>
      <dc:creator>prees959</dc:creator>
      <dc:date>2017-09-04T11:28:24Z</dc:date>
    </item>
    <item>
      <title>Re: REST API Pagination</title>
      <link>https://community.qlik.com/t5/QlikView/REST-API-Pagination/m-p/1375676#M817971</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mostly it is the source which supports either type of pagination from one given below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Offset&lt;/P&gt;&lt;P&gt;Next Page&lt;/P&gt;&lt;P&gt;Next URL&lt;/P&gt;&lt;P&gt;Next token&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So depending on which source you are connecting and the option which it support, you can configure that in REST connector.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kaushik Solanki&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Sep 2017 16:58:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/REST-API-Pagination/m-p/1375676#M817971</guid>
      <dc:creator>kaushiknsolanki</dc:creator>
      <dc:date>2017-09-04T16:58:44Z</dc:date>
    </item>
    <item>
      <title>Re: REST API Pagination</title>
      <link>https://community.qlik.com/t5/QlikView/REST-API-Pagination/m-p/2462793#M1225820</link>
      <description>&lt;P&gt;As an addition to this topic, I'm excited to share my latest tutorial on integrating Asana with Qlik Cloud using REST APIs!&lt;/P&gt;
&lt;P&gt;In this step-by-step guide, you'll learn:&lt;BR /&gt;- How to use Asana REST APIs with Postman&lt;BR /&gt;- Creating REST Data Connections in Qlik Cloud&lt;BR /&gt;- Extracting data from Asana and saving as Parquet files&lt;BR /&gt;- Enhancing connections with custom parameters and pagination&lt;/P&gt;
&lt;P&gt;Check out the full video on YouTube:&lt;BR /&gt;&lt;STRONG&gt;Integrate Asana with Qlik Cloud Using REST APIs: A Step-by-Step Guide&lt;/STRONG&gt;&lt;BR /&gt;&lt;A href="https://youtu.be/lFwar30BNkQ?si=UZoM_x9L5amdJSnf" target="_blank"&gt;https://youtu.be/lFwar30BNkQ?si=UZoM_x9L5amdJSnf&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Mark Costa&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 15 Jun 2024 22:15:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/REST-API-Pagination/m-p/2462793#M1225820</guid>
      <dc:creator>marksouzacosta</dc:creator>
      <dc:date>2024-06-15T22:15:47Z</dc:date>
    </item>
  </channel>
</rss>

