<?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: Qlik Rest Connector pagination problem in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Qlik-Rest-Connector-pagination-problem/m-p/979494#M1233055</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See the example with JIRA: &lt;A href="https://help.qlik.com/en-US/connectors/Subsystems/REST_connector_help/Content/1.0/Create-REST-connection/Loading-paged-data.htm" title="https://help.qlik.com/en-US/connectors/Subsystems/REST_connector_help/Content/1.0/Create-REST-connection/Loading-paged-data.htm"&gt;https://help.qlik.com/en-US/connectors/Subsystems/REST_connector_help/Content/1.0/Create-REST-connection/Loading-paged-d…&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 08 Feb 2017 20:00:24 GMT</pubDate>
    <dc:creator />
    <dc:date>2017-02-08T20:00:24Z</dc:date>
    <item>
      <title>Qlik Rest Connector pagination problem</title>
      <link>https://community.qlik.com/t5/QlikView/Qlik-Rest-Connector-pagination-problem/m-p/979490#M1233051</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am trying to go through a series of records to be able to fetch all the data.&lt;/P&gt;&lt;P&gt;Today I do this by looping through all records, but since I received the user guide I see that this could be solved through pagination.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However I fail when I try to implement this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The URL is setup like this:&lt;/P&gt;&lt;P&gt;&lt;A class="unlinked" title="http://cypher.ist.local:8020/api/platform/person-repository/v1/persons/?_offset=0" target="_blank"&gt;http://aaa.bbb.local:8020/api/platform/person/v1/persons/?_offset=0&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The parameter is "?_offset"&lt;/P&gt;&lt;P&gt;The call retrieves 1000 rows.&lt;/P&gt;&lt;P&gt;To get 1000-&amp;gt;2000 I enter &lt;/P&gt;&lt;P&gt;&lt;A class="unlinked" style="font-size: 13.3333330154419px;" title="http://cypher.ist.local:8020/api/platform/person-repository/v1/persons/?_offset=0" target="_blank"&gt;http://aaa.bbb.local:8020/api/platform/person/v1/persons/?_offset=1000&lt;/A&gt;‌‌&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I enter this into chrome Rest Api Client I get the following:&lt;/P&gt;&lt;P&gt;&lt;SPAN class="JSON_parser_keyName" style="color: #ce7b00; font-family: monospace; font-size: 13.3333330154419px; background-color: rgba(254, 254, 254, 0.992157);"&gt;- "page&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: monospace; font-size: 13.3333330154419px; background-color: rgba(254, 254, 254, 0.992157);"&gt;": &lt;/SPAN&gt;[&lt;SPAN class="JSON_parser_arrayCounter" style="color: gray; font-size: 11px; font-family: monospace; background-color: rgba(254, 254, 254, 0.992157);"&gt;1000&lt;/SPAN&gt;&lt;SPAN class="JSON_parser_punctuation JSON_parser_brace" style="color: #000000; font-family: monospace; font-size: 13.3333330154419px; background-color: rgba(254, 254, 254, 0.992157);"&gt;]&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="JSON_parser_node" data-element="1" style="margin-bottom: 5px; color: #000000; font-family: monospace; font-size: 13.3333330154419px; margin-left: 25px; background-color: rgba(254, 254, 254, 0.992157);"&gt;&lt;SPAN class="JSON_parser_arrayKeyNumber" style="color: #777777;"&gt;0:&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;DIV class="JSON_parser_punctuation JSON_parser_brace"&gt;{&lt;P&gt;&lt;/P&gt;&lt;P class="JSON_parser_node" data-element="2" style="margin-bottom: 5px; margin-left: 25px;"&gt;"&lt;SPAN class="JSON_parser_keyName" style="color: #ce7b00;"&gt;id&lt;/SPAN&gt;": &lt;SPAN class="JSON_parser_punctuation"&gt;"&lt;SPAN style="color: #4488aa;"&gt;2335AA2-212-2AA&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="JSON_parser_punctuation"&gt;"&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="JSON_parser_node" data-element="3" style="margin-bottom: 5px; margin-left: 25px;"&gt;"&lt;SPAN class="JSON_parser_keyName" style="color: #ce7b00;"&gt;civicNo&lt;/SPAN&gt;": &lt;SPAN class="JSON_parser_punctuation"&gt;"&lt;SPAN style="color: #4488aa;"&gt;1234567&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="JSON_parser_punctuation"&gt;"&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="JSON_parser_node" data-element="4" style="margin-bottom: 5px; margin-left: 25px;"&gt;"&lt;SPAN class="JSON_parser_keyName" style="color: #ce7b00;"&gt;firstName&lt;/SPAN&gt;": &lt;SPAN class="JSON_parser_punctuation"&gt;"&lt;SPAN style="color: #4488aa;"&gt;Carl&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="JSON_parser_punctuation"&gt;"&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="JSON_parser_node" data-element="6" style="margin-bottom: 5px; margin-left: 25px;"&gt;"&lt;SPAN class="JSON_parser_keyName" style="color: #ce7b00;"&gt;lastName&lt;/SPAN&gt;": &lt;SPAN class="JSON_parser_punctuation"&gt;"&lt;SPAN style="color: #4488aa;"&gt;Smith&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="JSON_parser_punctuation"&gt;"&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="JSON_parser_node" data-element="8" style="margin-bottom: 5px; margin-left: 25px;"&gt;"&lt;SPAN class="JSON_parser_keyName" style="color: #ce7b00;"&gt;modifiedTime&lt;/SPAN&gt;": &lt;SPAN class="JSON_parser_numeric" style="color: blue;"&gt;1428919220291&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="JSON_parser_punctuation JSON_parser_brace"&gt;}&lt;/P&gt;&lt;P&gt;&lt;SPAN class="JSON_parser_arrayKeyNumber" style="color: #777777; font-family: monospace; font-size: 13.3333330154419px; background-color: rgba(254, 254, 254, 0.992157);"&gt;1:&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P class="JSON_parser_punctuation JSON_parser_brace" style="color: #000000; font-family: monospace; font-size: 13.3333330154419px; background-color: rgba(254, 254, 254, 0.992157);"&gt;{&lt;/P&gt;&lt;P class="JSON_parser_node" data-element="27" style="margin-bottom: 5px; color: #000000; font-family: monospace; font-size: 13.3333330154419px; margin-left: 25px; background-color: rgba(254, 254, 254, 0.992157);"&gt;"&lt;SPAN class="JSON_parser_keyName" style="color: #ce7b00;"&gt;id&lt;/SPAN&gt;": &lt;SPAN class="JSON_parser_punctuation"&gt;"&lt;SPAN style="color: #4488aa; font-size: 13.3333330154419px;"&gt;2325FG2-222-313&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="JSON_parser_punctuation"&gt;"&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="JSON_parser_node" data-element="28" style="margin-bottom: 5px; font-family: monospace; font-size: 13.3333330154419px; margin-left: 25px; background-color: rgba(254, 254, 254, 0.992157);"&gt;&lt;SPAN style="color: #000000;"&gt;"&lt;/SPAN&gt;&lt;SPAN class="JSON_parser_keyName" style="color: #ce7b00;"&gt;civicNo&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;": &lt;/SPAN&gt;&lt;SPAN class="JSON_parser_punctuation"&gt;&lt;SPAN style="color: #000000;"&gt;"&lt;/SPAN&gt;&lt;SPAN style="color: #4488aa;"&gt;1234321&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="JSON_parser_punctuation" style="color: #000000;"&gt;"&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="JSON_parser_node" data-element="29" style="margin-bottom: 5px; color: #000000; font-family: monospace; font-size: 13.3333330154419px; margin-left: 25px; background-color: rgba(254, 254, 254, 0.992157);"&gt;"&lt;SPAN class="JSON_parser_keyName" style="color: #ce7b00;"&gt;firstName&lt;/SPAN&gt;": &lt;SPAN class="JSON_parser_punctuation"&gt;"&lt;/SPAN&gt;&lt;SPAN class="JSON_parser_stringValue" style="color: #4488aa;"&gt;Marco&lt;/SPAN&gt;&lt;SPAN class="JSON_parser_punctuation"&gt;"&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="JSON_parser_node" data-element="31" style="margin-bottom: 5px; font-family: monospace; font-size: 13.3333330154419px; margin-left: 25px; background-color: rgba(254, 254, 254, 0.992157);"&gt;&lt;SPAN style="color: #000000;"&gt;"&lt;/SPAN&gt;&lt;SPAN class="JSON_parser_keyName" style="color: #ce7b00;"&gt;lastName&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;": &lt;/SPAN&gt;&lt;SPAN class="JSON_parser_punctuation"&gt;&lt;SPAN style="color: #000000;"&gt;"&lt;/SPAN&gt;&lt;SPAN style="color: #4488aa;"&gt;Polo&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="JSON_parser_punctuation" style="color: #000000;"&gt;"&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="JSON_parser_node" data-element="33" style="margin-bottom: 5px; color: #000000; font-family: monospace; font-size: 13.3333330154419px; margin-left: 25px; background-color: rgba(254, 254, 254, 0.992157);"&gt;&lt;SPAN style="font-size: 13.3333330154419px; line-height: 1.5em;"&gt;"&lt;/SPAN&gt;&lt;SPAN class="JSON_parser_keyName" style="font-size: 13.3333330154419px; line-height: 1.5em; color: #ce7b00;"&gt;modifiedTime&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333330154419px; line-height: 1.5em;"&gt;": &lt;/SPAN&gt;&lt;SPAN class="JSON_parser_numeric" style="font-size: 13.3333330154419px; line-height: 1.5em; color: blue;"&gt;1429004337935&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="JSON_parser_punctuation JSON_parser_brace" style="color: #000000; font-family: monospace; font-size: 13.3333330154419px; background-color: rgba(254, 254, 254, 0.992157);"&gt;}&lt;/P&gt;&lt;P class="JSON_parser_punctuation JSON_parser_brace"&gt;&lt;/P&gt;&lt;P class="JSON_parser_node" data-element="25001" style="margin-bottom: 5px; color: #000000; font-family: monospace; font-size: 13.3333330154419px; margin-left: 25px; background-color: rgba(254, 254, 254, 0.992157);"&gt;"&lt;SPAN class="JSON_parser_keyName" style="color: #ce7b00;"&gt;queryTotal&lt;/SPAN&gt;": &lt;SPAN class="JSON_parser_numeric" style="color: blue;"&gt;3502&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="JSON_parser_node" data-element="25002" style="margin-bottom: 5px; color: #000000; font-family: monospace; font-size: 13.3333330154419px; margin-left: 25px; background-color: rgba(254, 254, 254, 0.992157);"&gt;"&lt;SPAN class="JSON_parser_keyName" style="color: #ce7b00;"&gt;pageSize&lt;/SPAN&gt;": &lt;SPAN class="JSON_parser_numeric" style="color: blue;"&gt;1000&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="JSON_parser_punctuation JSON_parser_brace" style="color: #000000; font-family: monospace; font-size: 13.3333330154419px; background-color: rgba(254, 254, 254, 0.992157);"&gt;}&lt;/P&gt;&lt;P class="JSON_parser_punctuation JSON_parser_brace"&gt;&lt;/P&gt;&lt;P class="JSON_parser_punctuation JSON_parser_brace"&gt;page: [1000] means that there are 1000 posts fetched&lt;/P&gt;&lt;P class="JSON_parser_punctuation JSON_parser_brace"&gt;queryTotal means that there are 3502 rows in total&lt;/P&gt;&lt;P class="JSON_parser_punctuation JSON_parser_brace"&gt;pageSize is unclear. Both page and pageSize are always set to 1000.&lt;/P&gt;&lt;P class="JSON_parser_punctuation JSON_parser_brace"&gt;&lt;/P&gt;&lt;P class="JSON_parser_punctuation JSON_parser_brace"&gt;If I enter the URL in QLIK I get:&lt;/P&gt;&lt;P&gt;RestConnectorMasterTable:&lt;/P&gt;&lt;P&gt;SQL SELECT &lt;/P&gt;&lt;P&gt;&amp;nbsp; "id",&lt;/P&gt;&lt;P&gt;&amp;nbsp; "civicNo",&lt;/P&gt;&lt;P&gt;&amp;nbsp; "firstName",&lt;/P&gt;&lt;P&gt;&amp;nbsp; "lastName",&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&amp;nbsp; "modifiedTime"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;FROM JSON (wrap off) "page";&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[page]:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp; [id],&lt;/P&gt;&lt;P&gt;&amp;nbsp; [civicNo],&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [firstName],&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [lastName],&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;[modifiedTime]&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;RESIDENT RestConnectorMasterTable;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;D&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;ROP TABLE RestConnectorMasterTable;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="JSON_parser_punctuation JSON_parser_brace"&gt;&lt;/P&gt;&lt;P class="JSON_parser_punctuation JSON_parser_brace"&gt;So my question is: &lt;/P&gt;&lt;P class="JSON_parser_punctuation JSON_parser_brace"&gt;How do I set up the pagination to be able to fetch the following 3502 rows, which means that it should iterate 4 times to fetch all?&lt;/P&gt;&lt;P class="JSON_parser_punctuation JSON_parser_brace"&gt;&lt;/P&gt;&lt;P class="JSON_parser_punctuation JSON_parser_brace"&gt;Kind regards, Jonathan&lt;/P&gt;&lt;P class="JSON_parser_punctuation JSON_parser_brace"&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jan 2026 16:26:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlik-Rest-Connector-pagination-problem/m-p/979490#M1233051</guid>
      <dc:creator>Jonathan_Alm</dc:creator>
      <dc:date>2026-01-26T16:26:21Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Rest Connector pagination problem</title>
      <link>https://community.qlik.com/t5/QlikView/Qlik-Rest-Connector-pagination-problem/m-p/979491#M1233052</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you select Pagination of &lt;STRONG&gt;Offset&lt;/STRONG&gt; which is what your REST source demands, the connector also needs information about where to find the total number of rows to fetch. That information can be returned either in the Response Header or in the data itself. That varies with various sources and the way they have chosen to implement their RESTful API.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You need to fill out both the Query Parameter with the Offset and also specify it in the section for Pagination.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So it should look something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="2016-01-27 #1.PNG" class="jive-image image-1" src="/legacyfs/online/112730_2016-01-27 #1.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maybe the "Total field path" needs to be adjusted ... but I think it should be right...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jan 2016 17:09:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlik-Rest-Connector-pagination-problem/m-p/979491#M1233052</guid>
      <dc:creator>petter</dc:creator>
      <dc:date>2016-01-27T17:09:02Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Rest Connector pagination problem</title>
      <link>https://community.qlik.com/t5/QlikView/Qlik-Rest-Connector-pagination-problem/m-p/979492#M1233053</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;thanks for your help. I have tried your solution, but I still only get the first 1000 posts.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I will see if I can get hold of the developer of the API and ask that person what is missing. Maybe there is something with the API that does not support the call.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I will let you know what I come up with.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards, Jonathan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Feb 2016 08:36:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlik-Rest-Connector-pagination-problem/m-p/979492#M1233053</guid>
      <dc:creator>Jonathan_Alm</dc:creator>
      <dc:date>2016-02-01T08:36:22Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Rest Connector pagination problem</title>
      <link>https://community.qlik.com/t5/QlikView/Qlik-Rest-Connector-pagination-problem/m-p/979493#M1233054</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Looking closer at your JSON result data from Chrome I can see that you actually get the necessary information that the Qlik REST Connector needs to know the total number of rows to get. But you don't retrieve this information as part of the SQL SELECT statement. Then there is no way for the REST-connector to know how it will reach the end of data and it will refuse to iterate. Unfortunately it does not send any warning or error message to that effect.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You should retrieve on table with your real data and one table which contains queryTotal and pageSize. Then you will be able to in the REST Connector dialog box to enter the queryTotal. But just entering it in the dialog box &lt;SPAN style="text-decoration: underline;"&gt;without&lt;/SPAN&gt; retrieving the data and not specifying the right path to the data will not make it work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is a bit hard to give you exact specification on exactly what to enter where when I don't see the screenshots and preview that you are getting when you do your connect. Is it possible for you to share that with us?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Feb 2016 16:14:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlik-Rest-Connector-pagination-problem/m-p/979493#M1233054</guid>
      <dc:creator>petter</dc:creator>
      <dc:date>2016-02-01T16:14:10Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Rest Connector pagination problem</title>
      <link>https://community.qlik.com/t5/QlikView/Qlik-Rest-Connector-pagination-problem/m-p/979494#M1233055</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See the example with JIRA: &lt;A href="https://help.qlik.com/en-US/connectors/Subsystems/REST_connector_help/Content/1.0/Create-REST-connection/Loading-paged-data.htm" title="https://help.qlik.com/en-US/connectors/Subsystems/REST_connector_help/Content/1.0/Create-REST-connection/Loading-paged-data.htm"&gt;https://help.qlik.com/en-US/connectors/Subsystems/REST_connector_help/Content/1.0/Create-REST-connection/Loading-paged-d…&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Feb 2017 20:00:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlik-Rest-Connector-pagination-problem/m-p/979494#M1233055</guid>
      <dc:creator />
      <dc:date>2017-02-08T20:00:24Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Rest Connector pagination problem</title>
      <link>https://community.qlik.com/t5/QlikView/Qlik-Rest-Connector-pagination-problem/m-p/1972368#M1233056</link>
      <description>&lt;P&gt;I ran into the following error:&lt;/P&gt;
&lt;P&gt;HTTP protocol error 400 (Bad Request):{"message":"Page size cannot be larger than 1,000.","code":501}&lt;/P&gt;
&lt;P&gt;My&amp;nbsp;CUSTOM CONNECT TO "Provider=QvRestConnector.exe;url=&lt;A href="https://api.clockify.me" target="_blank"&gt;https://api.clockify.me&lt;/A&gt; read as follows:&lt;/P&gt;
&lt;P&gt;....;queryParameters=page-size%25000%1;....&lt;/P&gt;
&lt;P&gt;which means that I extended the page size to 5000&lt;/P&gt;
&lt;P&gt;To fix this error I made the following changes:&lt;/P&gt;
&lt;P&gt;I just changed the page-size to 999&lt;/P&gt;
&lt;P&gt;and ad&amp;nbsp;queryTotal%299999%1&amp;nbsp; &amp;nbsp;[total lines off 99999]&amp;nbsp;&lt;/P&gt;
&lt;P&gt;......;queryParameters=page-size%2999%1queryTotal%299999%1;........&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;;queryParameters=page-size%2999%1queryTotal%22010%1;&lt;/P&gt;</description>
      <pubDate>Wed, 24 Aug 2022 08:36:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlik-Rest-Connector-pagination-problem/m-p/1972368#M1233056</guid>
      <dc:creator>Marius_</dc:creator>
      <dc:date>2022-08-24T08:36:03Z</dc:date>
    </item>
  </channel>
</rss>

