<?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 using cursors in REST API in Integration, Extension &amp; APIs</title>
    <link>https://community.qlik.com/t5/Integration-Extension-APIs/using-cursors-in-REST-API/m-p/1810852#M14993</link>
    <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;I am trying to consume data from a REST endpoint and the endpoint has large volume of data that is paginated using cursors.&lt;/P&gt;&lt;P&gt;The data set looks like below in the rest response.&lt;/P&gt;&lt;PRE&gt;{
   "users": [...],
   "next_cursor": "1234",  # the user id of the extra result
}&lt;/PRE&gt;&lt;P&gt;The problem I have is, when I create the REST connection the next_cursor does not seem to appear for me to be able to read it.&lt;/P&gt;&lt;P&gt;I can only read the contents of users. How can I read the next_cursor data.&lt;/P&gt;&lt;P&gt;Please help share some info on how this can be achieved.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Aadil&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 26 May 2021 19:19:20 GMT</pubDate>
    <dc:creator>aadil_madarveet</dc:creator>
    <dc:date>2021-05-26T19:19:20Z</dc:date>
    <item>
      <title>using cursors in REST API</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/using-cursors-in-REST-API/m-p/1810852#M14993</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;I am trying to consume data from a REST endpoint and the endpoint has large volume of data that is paginated using cursors.&lt;/P&gt;&lt;P&gt;The data set looks like below in the rest response.&lt;/P&gt;&lt;PRE&gt;{
   "users": [...],
   "next_cursor": "1234",  # the user id of the extra result
}&lt;/PRE&gt;&lt;P&gt;The problem I have is, when I create the REST connection the next_cursor does not seem to appear for me to be able to read it.&lt;/P&gt;&lt;P&gt;I can only read the contents of users. How can I read the next_cursor data.&lt;/P&gt;&lt;P&gt;Please help share some info on how this can be achieved.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Aadil&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 26 May 2021 19:19:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/using-cursors-in-REST-API/m-p/1810852#M14993</guid>
      <dc:creator>aadil_madarveet</dc:creator>
      <dc:date>2021-05-26T19:19:20Z</dc:date>
    </item>
  </channel>
</rss>

