<?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: Load all data from Rest API using pagination in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Load-all-data-from-Rest-API-using-pagination/m-p/2462782#M98995</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:11:01 GMT</pubDate>
    <dc:creator>marksouzacosta</dc:creator>
    <dc:date>2024-06-15T22:11:01Z</dc:date>
    <item>
      <title>Load all data from Rest API using pagination</title>
      <link>https://community.qlik.com/t5/App-Development/Load-all-data-from-Rest-API-using-pagination/m-p/2064751#M87331</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;I have a scenario. I have a Rest API from where i need to load data. In the API, there is a limit set to 25 and i can load only 25 records at a time. I need to apply a loop to load data from the API based on a URL.&lt;/P&gt;
&lt;P&gt;I tried to use Pagination type NextURL.&lt;/P&gt;
&lt;P&gt;Can anyone help on how to apply loop on NextURL.&lt;/P&gt;
&lt;P&gt;How can we achieve that? can someone help please.&lt;/P&gt;
&lt;P&gt;Thanks&amp;nbsp; in advance.&lt;/P&gt;</description>
      <pubDate>Wed, 26 Apr 2023 10:48:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Load-all-data-from-Rest-API-using-pagination/m-p/2064751#M87331</guid>
      <dc:creator>SunainaUmberkar</dc:creator>
      <dc:date>2023-04-26T10:48:54Z</dc:date>
    </item>
    <item>
      <title>Re: Load all data from Rest API using pagination</title>
      <link>https://community.qlik.com/t5/App-Development/Load-all-data-from-Rest-API-using-pagination/m-p/2067387#M87561</link>
      <description>&lt;P&gt;Hi there SunainaUmberkar,&lt;/P&gt;
&lt;P&gt;I did the following this week when I needed to add an API with the REST Connector:&lt;/P&gt;
&lt;P&gt;Call the API, in this case an anonymous API, in the browser to check what the pagination "key" is on the initial call.&lt;/P&gt;
&lt;P&gt;Then I created a loading script like this:&lt;/P&gt;
&lt;P&gt;--------------------------------------------------------&lt;BR /&gt;Let vNextURL = "initial url";&lt;/P&gt;
&lt;P&gt;Do While vNextURL &amp;lt;&amp;gt; Null()&lt;/P&gt;
&lt;P&gt;Load data from API;&lt;/P&gt;
&lt;P&gt;[NextURL]:&lt;BR /&gt;Load Distinct "nexturlfield"&lt;BR /&gt;Resident [DataFromAPI];&lt;/P&gt;
&lt;P&gt;Let vNextURL = FieldValue('nexturlfield', 1);&lt;/P&gt;
&lt;P&gt;Trace URL: $(vNextURL);&lt;/P&gt;
&lt;P&gt;Load data into final Table;&lt;/P&gt;
&lt;P&gt;Loop&lt;BR /&gt;--------------------------------------------------------&lt;/P&gt;
&lt;P&gt;Check out this document for&amp;nbsp;&lt;A href="https://help.qlik.com/en-US/sense/February2023/Subsystems/Hub/Content/Sense_Hub/Scripting/ScriptControlStatements/do.htm" target="_blank"&gt;Do..loop | Qlik Sense on Windows Help&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Hopefully this will get you on the right track.&lt;/P&gt;
&lt;P&gt;Kind regards,&lt;/P&gt;
&lt;P&gt;SBN&lt;/P&gt;</description>
      <pubDate>Wed, 03 May 2023 18:49:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Load-all-data-from-Rest-API-using-pagination/m-p/2067387#M87561</guid>
      <dc:creator>SBN</dc:creator>
      <dc:date>2023-05-03T18:49:27Z</dc:date>
    </item>
    <item>
      <title>Re: Load all data from Rest API using pagination</title>
      <link>https://community.qlik.com/t5/App-Development/Load-all-data-from-Rest-API-using-pagination/m-p/2462782#M98995</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:11:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Load-all-data-from-Rest-API-using-pagination/m-p/2462782#M98995</guid>
      <dc:creator>marksouzacosta</dc:creator>
      <dc:date>2024-06-15T22:11:01Z</dc:date>
    </item>
  </channel>
</rss>

