<?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 Re: Rest API Pagination - Next Link Tagged in &amp;quot;Link&amp;quot; as rel=&amp;quot;next&amp;quot; in Integration, Extension &amp; APIs</title>
    <link>https://community.qlik.com/t5/Integration-Extension-APIs/Rest-API-Pagination-Next-Link-Tagged-in-quot-Link-quot-as-rel/m-p/2140880#M19542</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/163116"&gt;@prisma_elmu&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In furture you might have more engagement on a topic like this in the &lt;A href="https://community.qlik.com/t5/App-Development/bd-p/qlik-sense-app-development" target="_self"&gt;app dev forum&lt;/A&gt;, but looking at your example, because of the formatting of the response I think you're already using the most appropriate method.&lt;/P&gt;
&lt;P&gt;The &lt;A href="https://help.qlik.com/en-US/connectors/Subsystems/REST_connector_help/Content/Connectors_REST/Create-REST-connection/Pagination-scenarios.htm" target="_self"&gt;native connector pagination&lt;/A&gt; requires a clean field or attribute from which to retrieve the next url or page number. You'd be using custom from the start, which means you went down the correct path with what you built!&lt;/P&gt;</description>
    <pubDate>Thu, 23 Nov 2023 15:38:49 GMT</pubDate>
    <dc:creator>Dave_Channon</dc:creator>
    <dc:date>2023-11-23T15:38:49Z</dc:date>
    <item>
      <title>Rest API Pagination - Next Link Tagged in "Link" as rel="next"</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Rest-API-Pagination-Next-Link-Tagged-in-quot-Link-quot-as-rel/m-p/2132983#M19386</link>
      <description>&lt;P&gt;Hello Qlik Community,&lt;/P&gt;
&lt;P&gt;i try to get all the pages of an api request to "&lt;SPAN&gt;&lt;A href="https://api.hrworks.de/v2/persons/master-data" target="_blank" rel="noopener"&gt;https://api.hrworks.de/v2/persons/master-data&lt;/A&gt;&lt;/SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;When doing so, the API endpoint will give back the following:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="prisma_elmu_0-1698675293242.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/119065i907AAD8E2D712C9B/image-size/large?v=v2&amp;amp;px=999" role="button" title="prisma_elmu_0-1698675293242.png" alt="prisma_elmu_0-1698675293242.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;I cannot find the right type of pagination, to automatically get the next page Link. i already tried multiple things, but nothing seems to work.&lt;/P&gt;
&lt;P&gt;Its very similar (but not the same) to this request "&lt;A href="https://community.qlik.com/t5/Connectivity-Data-Prep/Qlik-Rest-Connector-Pagination-How-to-handle-multiple-values-in/td-p/1699918&amp;quot;" target="_blank" rel="noopener"&gt;https://community.qlik.com/t5/Connectivity-Data-Prep/Qlik-Rest-Connector-Pagination-How-to-handle-multiple-values-in/td-p/1699918"&lt;/A&gt;&amp;nbsp;which seems to be&amp;nbsp;abandoned.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Its also very similar to that Request "&lt;A href="https://community.qlik.com/t5/Connectivity-Data-Prep/How-to-define-pagination-in-the-Qlik-rest-connector/td-p/1189451&amp;quot;" target="_blank" rel="noopener"&gt;https://community.qlik.com/t5/Connectivity-Data-Prep/How-to-define-pagination-in-the-Qlik-rest-connector/td-p/1189451"&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;"link":&lt;SPAN&gt;&amp;lt;&amp;nbsp;&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://domain.freshdesk.com/api/v2/tickets?filter=all_tickets&amp;amp;page=2" target="_blank" rel="nofollow noopener noreferrer"&gt;https://domain.freshdesk.com/api/v2/tickets?filter=all_tickets&amp;amp;page=2&lt;/A&gt;&lt;SPAN&gt;&amp;gt;;rel="next"&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is there any way to use the Qlik Sense pagination?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;===&lt;/P&gt;
&lt;P&gt;I did already build a custom Loop (Quick and dirty), which does work, by parsing the response (Link) and making the next request with the next url (by using WITH CONNECTION() ) - but i want to do it in a better / more efficient way by using qlik sense pagination.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="prisma_elmu_1-1698676187803.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/119069i9E8B543E5F1E928B/image-size/large?v=v2&amp;amp;px=999" role="button" title="prisma_elmu_1-1698676187803.png" alt="prisma_elmu_1-1698676187803.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;I know, the code is not the best, i dont want to get a better code at this point.&lt;/P&gt;
&lt;P&gt;Thanks in advance.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 30 Oct 2023 14:52:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Rest-API-Pagination-Next-Link-Tagged-in-quot-Link-quot-as-rel/m-p/2132983#M19386</guid>
      <dc:creator>prisma_elmu</dc:creator>
      <dc:date>2023-10-30T14:52:24Z</dc:date>
    </item>
    <item>
      <title>Re: Rest API Pagination - Next Link Tagged in "Link" as rel="next"</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Rest-API-Pagination-Next-Link-Tagged-in-quot-Link-quot-as-rel/m-p/2140880#M19542</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/163116"&gt;@prisma_elmu&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In furture you might have more engagement on a topic like this in the &lt;A href="https://community.qlik.com/t5/App-Development/bd-p/qlik-sense-app-development" target="_self"&gt;app dev forum&lt;/A&gt;, but looking at your example, because of the formatting of the response I think you're already using the most appropriate method.&lt;/P&gt;
&lt;P&gt;The &lt;A href="https://help.qlik.com/en-US/connectors/Subsystems/REST_connector_help/Content/Connectors_REST/Create-REST-connection/Pagination-scenarios.htm" target="_self"&gt;native connector pagination&lt;/A&gt; requires a clean field or attribute from which to retrieve the next url or page number. You'd be using custom from the start, which means you went down the correct path with what you built!&lt;/P&gt;</description>
      <pubDate>Thu, 23 Nov 2023 15:38:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Rest-API-Pagination-Next-Link-Tagged-in-quot-Link-quot-as-rel/m-p/2140880#M19542</guid>
      <dc:creator>Dave_Channon</dc:creator>
      <dc:date>2023-11-23T15:38:49Z</dc:date>
    </item>
    <item>
      <title>Re: Rest API Pagination - Next Link Tagged in "Link" as rel="next"</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Rest-API-Pagination-Next-Link-Tagged-in-quot-Link-quot-as-rel/m-p/2462789#M20766</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:13:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Rest-API-Pagination-Next-Link-Tagged-in-quot-Link-quot-as-rel/m-p/2462789#M20766</guid>
      <dc:creator>marksouzacosta</dc:creator>
      <dc:date>2024-06-15T22:13:32Z</dc:date>
    </item>
  </channel>
</rss>

