<?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 JSON in Integration, Extension &amp; APIs</title>
    <link>https://community.qlik.com/t5/Integration-Extension-APIs/Load-JSON/m-p/2093121#M18841</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/140733"&gt;@Sharbel&lt;/a&gt;&amp;nbsp;- have you investigated the Pagination options found under the REST connection?&lt;/P&gt;
&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/connectors/Subsystems/REST_connector_help/Content/Connectors_REST/Create-REST-connection/Pagination-scenarios.htm" target="_blank"&gt;https://help.qlik.com/en-US/connectors/Subsystems/REST_connector_help/Content/Connectors_REST/Create-REST-connection/Pagination-scenarios.htm&lt;/A&gt;&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;&lt;FONT color="#808080"&gt;&lt;EM&gt;Pagination is used when there is more data to load than the data source provides in a single load. You must specify how the connector is to page through the entire set of data you want to load. REST APIs have different mechanisms for pagination, and you must know which mechanism the selected data source uses before you can select a pagination option in the REST Connector and complete the required property fields.&lt;/EM&gt;&lt;/FONT&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 12 Jul 2023 13:26:26 GMT</pubDate>
    <dc:creator>Jason_Dyer</dc:creator>
    <dc:date>2023-07-12T13:26:26Z</dc:date>
    <item>
      <title>Load JSON</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Load-JSON/m-p/2092709#M18829</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I&amp;nbsp; created connection to data source 'REST'&amp;nbsp; :&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Sharbel_0-1689091662774.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/112017i8C0CA48CC2BC4AB8/image-size/large?v=v2&amp;amp;px=999" role="button" title="Sharbel_0-1689091662774.png" alt="Sharbel_0-1689091662774.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;here is the full script in the&amp;nbsp; request body :&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;{&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;"jsonrpc": "2.0",&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;"id": 38,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;"cred": {&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;"token": "*********",&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;"user": "*********"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;},&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;"method": "appointment.get_appointment_by_filter_v2",&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;"params": {&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;"business": {&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;"id": "4000000007291"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;},&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;"pageSize": 1000,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;"page": 1,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;"skipBusinessCancelled": false,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;"filter": {&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;"start": "2023-06-10T00:00:00.000",&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;"end": "2023-07-31T23:59:59.000"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;},&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;"network": {&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;"id": 388&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;}&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;}&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;}&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;the above connection has it's own limitations, such as&amp;nbsp; :&amp;nbsp;&lt;/P&gt;
&lt;P&gt;1.the script returns data per specified page only (i.e&amp;nbsp; &lt;SPAN&gt;"page": 1, )&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;2.each page is limited to 1000 rows &lt;/SPAN&gt;only&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Is there any way to&amp;nbsp; overcome the above limitations and be able to retrieve all the data under this kind of connections?&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Any ideas would be appreciable.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Sharbel&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 11 Jul 2023 16:19:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Load-JSON/m-p/2092709#M18829</guid>
      <dc:creator>Sharbel</dc:creator>
      <dc:date>2023-07-11T16:19:47Z</dc:date>
    </item>
    <item>
      <title>Re: Load JSON</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Load-JSON/m-p/2093121#M18841</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/140733"&gt;@Sharbel&lt;/a&gt;&amp;nbsp;- have you investigated the Pagination options found under the REST connection?&lt;/P&gt;
&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/connectors/Subsystems/REST_connector_help/Content/Connectors_REST/Create-REST-connection/Pagination-scenarios.htm" target="_blank"&gt;https://help.qlik.com/en-US/connectors/Subsystems/REST_connector_help/Content/Connectors_REST/Create-REST-connection/Pagination-scenarios.htm&lt;/A&gt;&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;&lt;FONT color="#808080"&gt;&lt;EM&gt;Pagination is used when there is more data to load than the data source provides in a single load. You must specify how the connector is to page through the entire set of data you want to load. REST APIs have different mechanisms for pagination, and you must know which mechanism the selected data source uses before you can select a pagination option in the REST Connector and complete the required property fields.&lt;/EM&gt;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 12 Jul 2023 13:26:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Load-JSON/m-p/2093121#M18841</guid>
      <dc:creator>Jason_Dyer</dc:creator>
      <dc:date>2023-07-12T13:26:26Z</dc:date>
    </item>
  </channel>
</rss>

