<?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 Connector - Pagination using Next URL in Connectivity &amp; Data Prep</title>
    <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Rest-Connector-Pagination-using-Next-URL/m-p/1165199#M2051</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm trying to get data from the DOAJ api (www.doaj.org) using the REST Connector. But I can't get the pagination right, I only get the first page. I'm using this request url: &lt;A href="https://doaj.org/api/v1/search/journals/*?page=1&amp;amp;pageSize=100" title="https://doaj.org/api/v1/search/journals/*?page=1&amp;amp;pageSize=100"&gt;https://doaj.org/api/v1/search/journals/*?page=1&amp;amp;pageSize=100&lt;/A&gt;&lt;/P&gt;&lt;P&gt;At the end of the result from this request there is the "next" field so I'm assuming that Next URL is the pagination type to use but I don't know what to put in the "Next url field path". And do I also need to fill in the fields for "Query parameters" and "Query headers"?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sincerely&lt;/P&gt;&lt;P&gt;Henrik&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 15 Jul 2016 07:28:09 GMT</pubDate>
    <dc:creator />
    <dc:date>2016-07-15T07:28:09Z</dc:date>
    <item>
      <title>Rest Connector - Pagination using Next URL</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Rest-Connector-Pagination-using-Next-URL/m-p/1165199#M2051</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm trying to get data from the DOAJ api (www.doaj.org) using the REST Connector. But I can't get the pagination right, I only get the first page. I'm using this request url: &lt;A href="https://doaj.org/api/v1/search/journals/*?page=1&amp;amp;pageSize=100" title="https://doaj.org/api/v1/search/journals/*?page=1&amp;amp;pageSize=100"&gt;https://doaj.org/api/v1/search/journals/*?page=1&amp;amp;pageSize=100&lt;/A&gt;&lt;/P&gt;&lt;P&gt;At the end of the result from this request there is the "next" field so I'm assuming that Next URL is the pagination type to use but I don't know what to put in the "Next url field path". And do I also need to fill in the fields for "Query parameters" and "Query headers"?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sincerely&lt;/P&gt;&lt;P&gt;Henrik&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Jul 2016 07:28:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Rest-Connector-Pagination-using-Next-URL/m-p/1165199#M2051</guid>
      <dc:creator />
      <dc:date>2016-07-15T07:28:09Z</dc:date>
    </item>
    <item>
      <title>Re: Rest Connector - Pagination using Next URL</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Rest-Connector-Pagination-using-Next-URL/m-p/1165200#M2052</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;You can use the custom option and use a loop to walk through the next pages:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let total = Round(FieldValue('X-Total-Count',1)/100);&lt;/P&gt;&lt;P&gt;Let startAt = 1;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for startAt = 1 to total step &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WITH CONNECTION(Url "&lt;A href="https://doaj.org/api/v1/search/journals/page=$(startAt)"&gt;https://doaj.org/api/v1/search/journals/page=$(startAt)&lt;/A&gt;");&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Apr 2017 15:27:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Rest-Connector-Pagination-using-Next-URL/m-p/1165200#M2052</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-04-07T15:27:37Z</dc:date>
    </item>
  </channel>
</rss>

