<?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 Handling Pagination in tHttprequest GET method in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Handling-Pagination-in-tHttprequest-GET-method/m-p/2266911#M45976</link>
    <description>&lt;P&gt;I am using tHttpRequest GET method to get a json file from Kinvey. But there seems to be some restriction limit of 1k (or 10k) records that can only be processed using GET Method.&lt;BR /&gt;May I know what is the alternative way to extract the records without having this restriction. Also, I heard a concept about pagination; May I know how can this pagination be implemented in thttp request component in Talend.&lt;/P&gt;</description>
    <pubDate>Fri, 09 Jun 2017 10:51:10 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2017-06-09T10:51:10Z</dc:date>
    <item>
      <title>Handling Pagination in tHttprequest GET method</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Handling-Pagination-in-tHttprequest-GET-method/m-p/2266911#M45976</link>
      <description>&lt;P&gt;I am using tHttpRequest GET method to get a json file from Kinvey. But there seems to be some restriction limit of 1k (or 10k) records that can only be processed using GET Method.&lt;BR /&gt;May I know what is the alternative way to extract the records without having this restriction. Also, I heard a concept about pagination; May I know how can this pagination be implemented in thttp request component in Talend.&lt;/P&gt;</description>
      <pubDate>Fri, 09 Jun 2017 10:51:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Handling-Pagination-in-tHttprequest-GET-method/m-p/2266911#M45976</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-06-09T10:51:10Z</dc:date>
    </item>
    <item>
      <title>Re: Handling Pagination in tHttprequest GET method</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Handling-Pagination-in-tHttprequest-GET-method/m-p/2266912#M45977</link>
      <description>&lt;P&gt;The limitation will be with the Kinvey API. &amp;nbsp;You need to check with them. &amp;nbsp;The same for the pagination. You will need to figure how to provide the parameters to your GET Method request. &amp;nbsp;Sometimes the API provider may have a bulk API too to get high volume of data.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If they offer a Rest API, then you can use tRestClient component which has all the operations for Rest. &amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 10 Jun 2017 07:03:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Handling-Pagination-in-tHttprequest-GET-method/m-p/2266912#M45977</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-06-10T07:03:13Z</dc:date>
    </item>
    <item>
      <title>Re: Handling Pagination in tHttprequest GET method</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Handling-Pagination-in-tHttprequest-GET-method/m-p/2266913#M45978</link>
      <description>&lt;P&gt;There is no build-in pagination method in RESTful web services. Every service have to establish it individually.&lt;/P&gt;
&lt;P&gt;Typically such methods like offset and limit as request query parameters &amp;nbsp;are used to do this.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In all cases the client and the server have to set it up for the service implementation.&lt;/P&gt;</description>
      <pubDate>Sat, 10 Jun 2017 09:08:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Handling-Pagination-in-tHttprequest-GET-method/m-p/2266913#M45978</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-06-10T09:08:58Z</dc:date>
    </item>
  </channel>
</rss>

