<?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 Custom Pagination in Connectivity &amp; Data Prep</title>
    <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Rest-API-Custom-Pagination/m-p/1659915#M4827</link>
    <description>&lt;P&gt;Hi I´m trying to create a Rest Api Connection with Qlik sense business to an API that delivers 50 lines per request.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The original url is:&amp;nbsp;&lt;FONT color="#0000FF"&gt;&lt;A href="https://api.repsly.com/v3/export/clients/{lastTimestamp" target="_blank"&gt;https://api.repsly.com/v3/export/clients/{lastTimestamp&lt;/A&gt;}&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;To get the first set of data you have to change the previos url into&amp;nbsp;&lt;FONT color="#0000FF"&gt;&lt;A href="https://api.repsly.com/v3/export/clients/0" target="_blank"&gt;https://api.repsly.com/v3/export/clients/0&lt;/A&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;I´m trying to change the &lt;FONT color="#0000FF"&gt;0&lt;/FONT&gt; for a variable so I can change the variable for different values and create a loop until I get all the data.&lt;/P&gt;&lt;P&gt;The problem comes when I´m creating the connection, I add&amp;nbsp;&lt;A href="https://api.repsly.com/v3/export/clients/$(Variable" target="_blank"&gt;https://api.repsly.com/v3/export/clients/$(Variable&lt;/A&gt;) the connection do not works.&lt;/P&gt;&lt;P&gt;When I use this url&amp;nbsp;&amp;nbsp;&lt;FONT color="#0000FF"&gt;&lt;A href="https://api.repsly.com/v3/export/clients/0" target="_blank"&gt;https://api.repsly.com/v3/export/clients/0&lt;/A&gt; &lt;FONT color="#000000"&gt;I have no place to change the&lt;/FONT&gt; 0 &lt;FONT color="#000000"&gt;for another value to gel all the data.&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000FF"&gt;&lt;FONT color="#000000"&gt;I´m trying to use the custom pagination option with no results and I have not been able to find documentation or examples on how to use it.&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;Any ideas?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 21 Dec 2021 14:01:50 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2021-12-21T14:01:50Z</dc:date>
    <item>
      <title>Rest API Custom Pagination</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Rest-API-Custom-Pagination/m-p/1659915#M4827</link>
      <description>&lt;P&gt;Hi I´m trying to create a Rest Api Connection with Qlik sense business to an API that delivers 50 lines per request.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The original url is:&amp;nbsp;&lt;FONT color="#0000FF"&gt;&lt;A href="https://api.repsly.com/v3/export/clients/{lastTimestamp" target="_blank"&gt;https://api.repsly.com/v3/export/clients/{lastTimestamp&lt;/A&gt;}&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;To get the first set of data you have to change the previos url into&amp;nbsp;&lt;FONT color="#0000FF"&gt;&lt;A href="https://api.repsly.com/v3/export/clients/0" target="_blank"&gt;https://api.repsly.com/v3/export/clients/0&lt;/A&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;I´m trying to change the &lt;FONT color="#0000FF"&gt;0&lt;/FONT&gt; for a variable so I can change the variable for different values and create a loop until I get all the data.&lt;/P&gt;&lt;P&gt;The problem comes when I´m creating the connection, I add&amp;nbsp;&lt;A href="https://api.repsly.com/v3/export/clients/$(Variable" target="_blank"&gt;https://api.repsly.com/v3/export/clients/$(Variable&lt;/A&gt;) the connection do not works.&lt;/P&gt;&lt;P&gt;When I use this url&amp;nbsp;&amp;nbsp;&lt;FONT color="#0000FF"&gt;&lt;A href="https://api.repsly.com/v3/export/clients/0" target="_blank"&gt;https://api.repsly.com/v3/export/clients/0&lt;/A&gt; &lt;FONT color="#000000"&gt;I have no place to change the&lt;/FONT&gt; 0 &lt;FONT color="#000000"&gt;for another value to gel all the data.&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000FF"&gt;&lt;FONT color="#000000"&gt;I´m trying to use the custom pagination option with no results and I have not been able to find documentation or examples on how to use it.&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;Any ideas?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 21 Dec 2021 14:01:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Rest-API-Custom-Pagination/m-p/1659915#M4827</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-12-21T14:01:50Z</dc:date>
    </item>
    <item>
      <title>Re: Rest API Custom Pagination</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Rest-API-Custom-Pagination/m-p/2486451#M14223</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm also looking for a solution for implementing custom pagination in my project. If anyone has experience or insights on this topic, would greatly appreciate your help.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you in advance!&lt;/P&gt;</description>
      <pubDate>Thu, 10 Oct 2024 16:47:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Rest-API-Custom-Pagination/m-p/2486451#M14223</guid>
      <dc:creator>CHAY-92</dc:creator>
      <dc:date>2024-10-10T16:47:34Z</dc:date>
    </item>
  </channel>
</rss>

