<?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: Rest API - Pagination Not Working in Integration, Extension &amp; APIs</title>
    <link>https://community.qlik.com/t5/Integration-Extension-APIs/Rest-API-Pagination-Not-Working/m-p/1681426#M12422</link>
    <description>&lt;P&gt;Maybe it's a limitation of the API I'm using but we don't see at the root level.&amp;nbsp; We are using the FreshService API:&amp;nbsp;&amp;nbsp;&lt;A href="https://api.freshservice.com/v2/#pagination" target="_blank" rel="noopener"&gt;https://api.freshservice.com/v2/#pagination&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Pagination&lt;/P&gt;&lt;P class="api-info-text"&gt;API responses that return a list of objects, such as&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;&lt;A href="https://api.freshservice.com/v2/#view_all_ticket" target="_blank" rel="noopener"&gt;View List of Tickets&lt;/A&gt;&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;are paginated. To scroll through the pages, add the parameter page to the query string. The page number starts with 1.&lt;/P&gt;&lt;P class="notice-code-block"&gt;&lt;A href="https://domain.freshservice.com/api/v2/tickets?page=2" target="_blank" rel="noopener"&gt;https://domain.freshservice.com/api/v2/tickets?page=2&lt;/A&gt;&lt;/P&gt;&lt;P class="api-info-text"&gt;By default, the number of objects returned per page is 30. This can be adjusted by adding the per_page parameter to the query string. The maximum number of objects that can be retrieved per page is 100. Invalid values and values greater than 100 will result in an error.&lt;/P&gt;&lt;P class="notice-code-block"&gt;&lt;A href="https://domain.freshservice.com/api/v2/tickets?per_page=10" target="_blank" rel="noopener"&gt;https://domain.freshservice.com/api/v2/tickets?per_page=10&lt;/A&gt;&lt;/P&gt;&lt;P class="api-info-text"&gt;The per_page and page parameters can also be used together. The following example will retrieve the 11th to 20th tickets.&lt;/P&gt;&lt;P class="notice-code-block"&gt;&lt;A href="https://domain.freshservice.com/api/v2/tickets?per_page=10&amp;amp;page=2" target="_blank" rel="noopener"&gt;https://domain.freshservice.com/api/v2/tickets?per_page=10&amp;amp;page=2&lt;/A&gt;&lt;/P&gt;&lt;P class="api-info-text"&gt;The 'link' header in the response will hold URL of the next page, if it exists. If you have reached the last page of objects, then the link header will not be set.&lt;/P&gt;&lt;P class="notice-code-block"&gt;Headers:&lt;BR /&gt;&lt;STRONG&gt;&lt;EM&gt;&lt;U&gt;"link":&amp;lt; &lt;A target="_blank" rel="noopener"&gt;https://domain.freshservice.com/api/v2/tickets?filter=all_tickets&amp;amp;page=2&amp;gt;;rel="next&lt;/A&gt;"&lt;/U&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P class="notice-code-block"&gt;The Qlik Connector is generating the following code:&lt;/P&gt;&lt;P&gt;RestConnectorMasterTable:&lt;BR /&gt;SQL SELECT&lt;BR /&gt;"Transfer-Encoding",&lt;BR /&gt;"Connection",&lt;BR /&gt;"status" AS "status_u0",&lt;BR /&gt;"x-freshservice-api-version",&lt;BR /&gt;"pragma",&lt;BR /&gt;"x-xss-protection",&lt;BR /&gt;"x-request-id",&lt;BR /&gt;"link",&lt;BR /&gt;"x-frame-options",&lt;BR /&gt;"x-content-type-options",&lt;BR /&gt;"x-envoy-upstream-service-time",&lt;BR /&gt;"x-fw-ratelimiting-managed",&lt;BR /&gt;"x-ratelimit-total",&lt;BR /&gt;"x-ratelimit-remaining",&lt;BR /&gt;"x-ratelimit-used-currentrequest",&lt;BR /&gt;"Cache-Control",&lt;BR /&gt;"Content-Type",&lt;BR /&gt;"Date",&lt;BR /&gt;"Expires",&lt;BR /&gt;"__KEY__response_header"&lt;BR /&gt;FROM JSON "_response_header" PK "__KEY__response_header";&lt;/P&gt;&lt;P&gt;[_response_header]:&lt;BR /&gt;LOAD [Transfer-Encoding],&lt;BR /&gt;[Connection],&lt;BR /&gt;[status_u0],&lt;BR /&gt;[x-freshservice-api-version],&lt;BR /&gt;[pragma],&lt;BR /&gt;[x-xss-protection],&lt;BR /&gt;[x-request-id],&lt;BR /&gt;[link],&lt;BR /&gt;[x-frame-options],&lt;BR /&gt;[x-content-type-options],&lt;BR /&gt;[x-envoy-upstream-service-time],&lt;BR /&gt;[x-fw-ratelimiting-managed],&lt;BR /&gt;[x-ratelimit-total],&lt;BR /&gt;[x-ratelimit-remaining],&lt;BR /&gt;[x-ratelimit-used-currentrequest],&lt;BR /&gt;[Cache-Control],&lt;BR /&gt;[Content-Type],&lt;BR /&gt;[Date],&lt;BR /&gt;[Expires],&lt;BR /&gt;[__KEY__response_header]&lt;BR /&gt;RESIDENT RestConnectorMasterTable&lt;BR /&gt;WHERE NOT IsNull([__KEY__response_header]);&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;DROP TABLE RestConnectorMasterTable;&lt;/P&gt;&lt;P&gt;&lt;U&gt;&lt;EM&gt;&lt;STRONG&gt;and I'm see the following response:&lt;/STRONG&gt;&lt;/EM&gt;&lt;/U&gt;&lt;/P&gt;&lt;P&gt;Date: Tue, 03 Mar 2020 16:35:38 GMT&lt;BR /&gt;Content-Type: application/json; charset=utf-8&lt;BR /&gt;Transfer-Encoding: chunked&lt;BR /&gt;Connection: keep-alive&lt;BR /&gt;status: 200 OK&lt;BR /&gt;cache-control: no-cache, no-store, max-age=0, must-revalidate&lt;BR /&gt;x-freshservice-api-version: latest=v2; requested=v2&lt;BR /&gt;pragma: no-cache&lt;BR /&gt;x-xss-protection: 1; mode=block&lt;BR /&gt;x-request-id: 4952f88f-9436-4254-8f99-efd13dcf84bc&lt;BR /&gt;link: &amp;lt;&lt;A href="https://freshservice.com/api/v2/tickets?page=2" target="_blank" rel="noopener"&gt;https://freshservice.com/api/v2/tickets?page=2&lt;/A&gt;&amp;gt;; rel="next"&lt;BR /&gt;x-frame-options: SAMEORIGIN&lt;BR /&gt;x-content-type-options: nosniff&lt;BR /&gt;expires: Wed, 13 Oct 2010 00:00:00 UTC&lt;BR /&gt;x-envoy-upstream-service-time: 45&lt;BR /&gt;x-fw-ratelimiting-managed: true&lt;BR /&gt;x-ratelimit-total: 5000&lt;BR /&gt;x-ratelimit-remaining: 4998&lt;BR /&gt;x-ratelimit-used-currentrequest: 1&lt;/P&gt;</description>
    <pubDate>Tue, 03 Mar 2020 17:00:19 GMT</pubDate>
    <dc:creator>Kevin-Marlow</dc:creator>
    <dc:date>2020-03-03T17:00:19Z</dc:date>
    <item>
      <title>Rest API - Pagination Not Working</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Rest-API-Pagination-Not-Working/m-p/1681075#M12413</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I'm using the REST API connector and I'm successfully able to connect to the data source, however the JSON service will only return 100 items per page and I need to pull 1,000's of items.&amp;nbsp; I have checked the Response Header and the next page is&amp;nbsp; displayed as 'link' item.&amp;nbsp; If I select 'Pagination', 'Next URL' and enter '_response_header/link' as the 'Next URL' path, check 'Look in header' and run the reload it still only loads the first 100 items and never goes to the second page.&amp;nbsp; Am I misunderstanding the use of 'Next URL' or is this functionality not supported?&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Kevin&lt;/P&gt;</description>
      <pubDate>Mon, 02 Mar 2020 20:46:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Rest-API-Pagination-Not-Working/m-p/1681075#M12413</guid>
      <dc:creator>Kevin-Marlow</dc:creator>
      <dc:date>2020-03-02T20:46:59Z</dc:date>
    </item>
    <item>
      <title>Re: Rest API - Pagination Not Working</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Rest-API-Pagination-Not-Working/m-p/1681200#M12417</link>
      <description>&lt;P&gt;Let's take an example which is actually how Qlik Cloud Services (QCS) forms their responses.&lt;/P&gt;&lt;P&gt;Response:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;{
  "data": [
      {
          "name": "AppName",
          "resourceAttributes": {
              "_resourcetype": "app",
              "createdDate": "2019-12-12T17:43:32.964Z",
              "description": "",
              "dynamicColor": "",
              "hasSectionAccess": false,
              "id": "2694b8ce-0711-4bb7-ab98-08ca66daa45c",
              "lastReloadTime": "2019-12-12T17:46:12.060Z",
              "modifiedDate": "2019-12-12T17:46:12.461Z",
              "name": "AppName",
              "originAppId": "",
              "owner": "DOMAIN\\UserId",
              "ownerId": "ownerID",
              "publishTime": "",
              "published": false,
              "spaceId": "",
              "thumbnail": ""
          }
    }
  ],
  "links": {
      "self": {
          "href": "https://fake-tenant.us.qlikcloud.com/api/v1/items"
      },
      "next": {
          "href": "https://fake-tenant.us.qlikcloud.com/api/v1/items?next=FgAAAAdfaWQAXj28vOUOhQABwV2UAA"
      }
  }
}&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For the Qlik REST Connector, the config for pagination URL would be:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;root/links/next/href&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;The root bit is needed as an artifact of the Qlik REST Connector. The remainder is a straight-forward path to the element in the response.&lt;/P&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;</description>
      <pubDate>Tue, 03 Mar 2020 08:56:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Rest-API-Pagination-Not-Working/m-p/1681200#M12417</guid>
      <dc:creator>Levi_Turner</dc:creator>
      <dc:date>2020-03-03T08:56:42Z</dc:date>
    </item>
    <item>
      <title>Re: Rest API - Pagination Not Working</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Rest-API-Pagination-Not-Working/m-p/1681426#M12422</link>
      <description>&lt;P&gt;Maybe it's a limitation of the API I'm using but we don't see at the root level.&amp;nbsp; We are using the FreshService API:&amp;nbsp;&amp;nbsp;&lt;A href="https://api.freshservice.com/v2/#pagination" target="_blank" rel="noopener"&gt;https://api.freshservice.com/v2/#pagination&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Pagination&lt;/P&gt;&lt;P class="api-info-text"&gt;API responses that return a list of objects, such as&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;&lt;A href="https://api.freshservice.com/v2/#view_all_ticket" target="_blank" rel="noopener"&gt;View List of Tickets&lt;/A&gt;&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;are paginated. To scroll through the pages, add the parameter page to the query string. The page number starts with 1.&lt;/P&gt;&lt;P class="notice-code-block"&gt;&lt;A href="https://domain.freshservice.com/api/v2/tickets?page=2" target="_blank" rel="noopener"&gt;https://domain.freshservice.com/api/v2/tickets?page=2&lt;/A&gt;&lt;/P&gt;&lt;P class="api-info-text"&gt;By default, the number of objects returned per page is 30. This can be adjusted by adding the per_page parameter to the query string. The maximum number of objects that can be retrieved per page is 100. Invalid values and values greater than 100 will result in an error.&lt;/P&gt;&lt;P class="notice-code-block"&gt;&lt;A href="https://domain.freshservice.com/api/v2/tickets?per_page=10" target="_blank" rel="noopener"&gt;https://domain.freshservice.com/api/v2/tickets?per_page=10&lt;/A&gt;&lt;/P&gt;&lt;P class="api-info-text"&gt;The per_page and page parameters can also be used together. The following example will retrieve the 11th to 20th tickets.&lt;/P&gt;&lt;P class="notice-code-block"&gt;&lt;A href="https://domain.freshservice.com/api/v2/tickets?per_page=10&amp;amp;page=2" target="_blank" rel="noopener"&gt;https://domain.freshservice.com/api/v2/tickets?per_page=10&amp;amp;page=2&lt;/A&gt;&lt;/P&gt;&lt;P class="api-info-text"&gt;The 'link' header in the response will hold URL of the next page, if it exists. If you have reached the last page of objects, then the link header will not be set.&lt;/P&gt;&lt;P class="notice-code-block"&gt;Headers:&lt;BR /&gt;&lt;STRONG&gt;&lt;EM&gt;&lt;U&gt;"link":&amp;lt; &lt;A target="_blank" rel="noopener"&gt;https://domain.freshservice.com/api/v2/tickets?filter=all_tickets&amp;amp;page=2&amp;gt;;rel="next&lt;/A&gt;"&lt;/U&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P class="notice-code-block"&gt;The Qlik Connector is generating the following code:&lt;/P&gt;&lt;P&gt;RestConnectorMasterTable:&lt;BR /&gt;SQL SELECT&lt;BR /&gt;"Transfer-Encoding",&lt;BR /&gt;"Connection",&lt;BR /&gt;"status" AS "status_u0",&lt;BR /&gt;"x-freshservice-api-version",&lt;BR /&gt;"pragma",&lt;BR /&gt;"x-xss-protection",&lt;BR /&gt;"x-request-id",&lt;BR /&gt;"link",&lt;BR /&gt;"x-frame-options",&lt;BR /&gt;"x-content-type-options",&lt;BR /&gt;"x-envoy-upstream-service-time",&lt;BR /&gt;"x-fw-ratelimiting-managed",&lt;BR /&gt;"x-ratelimit-total",&lt;BR /&gt;"x-ratelimit-remaining",&lt;BR /&gt;"x-ratelimit-used-currentrequest",&lt;BR /&gt;"Cache-Control",&lt;BR /&gt;"Content-Type",&lt;BR /&gt;"Date",&lt;BR /&gt;"Expires",&lt;BR /&gt;"__KEY__response_header"&lt;BR /&gt;FROM JSON "_response_header" PK "__KEY__response_header";&lt;/P&gt;&lt;P&gt;[_response_header]:&lt;BR /&gt;LOAD [Transfer-Encoding],&lt;BR /&gt;[Connection],&lt;BR /&gt;[status_u0],&lt;BR /&gt;[x-freshservice-api-version],&lt;BR /&gt;[pragma],&lt;BR /&gt;[x-xss-protection],&lt;BR /&gt;[x-request-id],&lt;BR /&gt;[link],&lt;BR /&gt;[x-frame-options],&lt;BR /&gt;[x-content-type-options],&lt;BR /&gt;[x-envoy-upstream-service-time],&lt;BR /&gt;[x-fw-ratelimiting-managed],&lt;BR /&gt;[x-ratelimit-total],&lt;BR /&gt;[x-ratelimit-remaining],&lt;BR /&gt;[x-ratelimit-used-currentrequest],&lt;BR /&gt;[Cache-Control],&lt;BR /&gt;[Content-Type],&lt;BR /&gt;[Date],&lt;BR /&gt;[Expires],&lt;BR /&gt;[__KEY__response_header]&lt;BR /&gt;RESIDENT RestConnectorMasterTable&lt;BR /&gt;WHERE NOT IsNull([__KEY__response_header]);&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;DROP TABLE RestConnectorMasterTable;&lt;/P&gt;&lt;P&gt;&lt;U&gt;&lt;EM&gt;&lt;STRONG&gt;and I'm see the following response:&lt;/STRONG&gt;&lt;/EM&gt;&lt;/U&gt;&lt;/P&gt;&lt;P&gt;Date: Tue, 03 Mar 2020 16:35:38 GMT&lt;BR /&gt;Content-Type: application/json; charset=utf-8&lt;BR /&gt;Transfer-Encoding: chunked&lt;BR /&gt;Connection: keep-alive&lt;BR /&gt;status: 200 OK&lt;BR /&gt;cache-control: no-cache, no-store, max-age=0, must-revalidate&lt;BR /&gt;x-freshservice-api-version: latest=v2; requested=v2&lt;BR /&gt;pragma: no-cache&lt;BR /&gt;x-xss-protection: 1; mode=block&lt;BR /&gt;x-request-id: 4952f88f-9436-4254-8f99-efd13dcf84bc&lt;BR /&gt;link: &amp;lt;&lt;A href="https://freshservice.com/api/v2/tickets?page=2" target="_blank" rel="noopener"&gt;https://freshservice.com/api/v2/tickets?page=2&lt;/A&gt;&amp;gt;; rel="next"&lt;BR /&gt;x-frame-options: SAMEORIGIN&lt;BR /&gt;x-content-type-options: nosniff&lt;BR /&gt;expires: Wed, 13 Oct 2010 00:00:00 UTC&lt;BR /&gt;x-envoy-upstream-service-time: 45&lt;BR /&gt;x-fw-ratelimiting-managed: true&lt;BR /&gt;x-ratelimit-total: 5000&lt;BR /&gt;x-ratelimit-remaining: 4998&lt;BR /&gt;x-ratelimit-used-currentrequest: 1&lt;/P&gt;</description>
      <pubDate>Tue, 03 Mar 2020 17:00:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Rest-API-Pagination-Not-Working/m-p/1681426#M12422</guid>
      <dc:creator>Kevin-Marlow</dc:creator>
      <dc:date>2020-03-03T17:00:19Z</dc:date>
    </item>
    <item>
      <title>Re: Rest API - Pagination Not Working</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Rest-API-Pagination-Not-Working/m-p/1782818#M13845</link>
      <description>&lt;P&gt;were you able to resolve this issue?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm facing the same problem with Freshdesk REST API.&amp;nbsp;&amp;nbsp; the pagination using "Next URL" does not work.&lt;/P&gt;</description>
      <pubDate>Mon, 15 Feb 2021 17:14:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Rest-API-Pagination-Not-Working/m-p/1782818#M13845</guid>
      <dc:creator>AHMB</dc:creator>
      <dc:date>2021-02-15T17:14:07Z</dc:date>
    </item>
    <item>
      <title>Re: Rest API - Pagination Not Working</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Rest-API-Pagination-Not-Working/m-p/1782836#M13847</link>
      <description>&lt;P&gt;Yes, but I stopped using Pagination and started using 'With Connection'&lt;/P&gt;&lt;P&gt;Let startAt = 1;&lt;BR /&gt;Set Page = 500;&lt;BR /&gt;Let ValidateCount= 0;&lt;BR /&gt;Let FirstRun = 1;&lt;BR /&gt;For startAt = 1 to $(Page) step 1&lt;/P&gt;&lt;P&gt;LIB CONNECT TO 'FreshService_Tickets';&lt;/P&gt;&lt;P&gt;RestConnectorMasterTable:&lt;BR /&gt;SQL SELECT&lt;BR /&gt;"fr_escalated",&lt;BR /&gt;"spam",&lt;BR /&gt;"email_config_id",&lt;BR /&gt;"group_id",&lt;BR /&gt;"priority",&lt;BR /&gt;"requester_id",&lt;BR /&gt;"responder_id",&lt;BR /&gt;"source",&lt;BR /&gt;"status",&lt;BR /&gt;"subject",&lt;BR /&gt;"department_id",&lt;BR /&gt;"id",&lt;BR /&gt;"type",&lt;BR /&gt;"due_by",&lt;BR /&gt;"fr_due_by",&lt;BR /&gt;"is_escalated",&lt;BR /&gt;"description",&lt;BR /&gt;"description_text",&lt;BR /&gt;"category",&lt;BR /&gt;"sub_category",&lt;BR /&gt;"item_category",&lt;BR /&gt;"created_at",&lt;BR /&gt;"updated_at",&lt;BR /&gt;"deleted",&lt;BR /&gt;"to_emails",&lt;BR /&gt;"__KEY_tickets",&lt;BR /&gt;(SELECT&lt;BR /&gt;"@Value",&lt;BR /&gt;"__FK_cc_emails"&lt;BR /&gt;FROM "cc_emails" FK "__FK_cc_emails" ArrayValueAlias "@Value"),&lt;BR /&gt;(SELECT&lt;BR /&gt;"@Value" AS "@Value_u0",&lt;BR /&gt;"__FK_fwd_emails"&lt;BR /&gt;FROM "fwd_emails" FK "__FK_fwd_emails" ArrayValueAlias "@Value_u0"),&lt;BR /&gt;(SELECT&lt;BR /&gt;"@Value" AS "@Value_u1",&lt;BR /&gt;"__FK_reply_cc_emails"&lt;BR /&gt;FROM "reply_cc_emails" FK "__FK_reply_cc_emails" ArrayValueAlias "@Value_u1"),&lt;BR /&gt;(SELECT&lt;BR /&gt;"@Value" AS "@Value_u2",&lt;BR /&gt;"__FK_to_emails"&lt;BR /&gt;FROM "to_emails" FK "__FK_to_emails" ArrayValueAlias "@Value_u2"),&lt;BR /&gt;(SELECT&lt;BR /&gt;"__FK_custom_fields"&lt;BR /&gt;FROM "custom_fields" FK "__FK_custom_fields")&lt;BR /&gt;FROM JSON (wrap off) "tickets" PK "__KEY_tickets"&lt;BR /&gt;&lt;U&gt;&lt;EM&gt;&lt;STRONG&gt;WITH CONNECTION(Url "https://&amp;lt;&lt;FONT color="#0000FF"&gt;company&amp;gt;&lt;/FONT&gt;.freshservice.com/api/v2/tickets?per_page=100&amp;amp;page=$(startAt)");&lt;/STRONG&gt;&lt;/EM&gt;&lt;/U&gt;&lt;/P&gt;&lt;P&gt;Let CurrentLoad = NoOfRows('RestConnectorMasterTable');&lt;BR /&gt;Let ValidateCount= If($(ValidateCount)=0,NoOfRows('RestConnectorMasterTable'),$(ValidateCount));&lt;BR /&gt;Let startAt = If($(FirstRun)=0,If($(ValidateCount)=$(CurrentLoad),$(Page),$(startAt)),$(startAt));&lt;BR /&gt;Let ValidateCount = NoOfRows('RestConnectorMasterTable');&lt;BR /&gt;Let FirstRun = 0;&lt;BR /&gt;NEXT startAt;&lt;/P&gt;</description>
      <pubDate>Mon, 15 Feb 2021 18:40:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Rest-API-Pagination-Not-Working/m-p/1782836#M13847</guid>
      <dc:creator>Kevin-M</dc:creator>
      <dc:date>2021-02-15T18:40:33Z</dc:date>
    </item>
    <item>
      <title>Re: Rest API - Pagination Not Working</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Rest-API-Pagination-Not-Working/m-p/2039500#M18119</link>
      <description>&lt;P&gt;That worked for me testing out the Departments Get Call.&amp;nbsp; Appreciate your contribution to the community, seeing the same 30 departments was racking my brain!&lt;/P&gt;</description>
      <pubDate>Fri, 17 Feb 2023 22:44:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Rest-API-Pagination-Not-Working/m-p/2039500#M18119</guid>
      <dc:creator>gamaescalante</dc:creator>
      <dc:date>2023-02-17T22:44:33Z</dc:date>
    </item>
    <item>
      <title>Re: Rest API - Pagination Not Working</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Rest-API-Pagination-Not-Working/m-p/2096453#M18881</link>
      <description>&lt;P&gt;Thnx! I've had some difficulties with the paging REST API, but this solutions works perfect!&lt;/P&gt;</description>
      <pubDate>Mon, 24 Jul 2023 08:09:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Rest-API-Pagination-Not-Working/m-p/2096453#M18881</guid>
      <dc:creator>JBR1993</dc:creator>
      <dc:date>2023-07-24T08:09:39Z</dc:date>
    </item>
    <item>
      <title>Re: Rest API - Pagination Not Working</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Rest-API-Pagination-Not-Working/m-p/2111800#M19101</link>
      <description>&lt;P&gt;&lt;STRONG&gt;1. Verify the Endpoint:&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Ensure that you are making the API requests to the correct endpoint that supports pagination. The endpoint should be designed to handle pagination, typically using query parameters like &lt;CODE&gt;page&lt;/CODE&gt; and &lt;CODE&gt;per_page&lt;/CODE&gt;.&lt;/P&gt;
&lt;P class="notice-code-block"&gt;&lt;A href="https://domain.freshservice.com/api/v2/tickets?page=2" target="_blank" rel="noopener nofollow noreferrer"&gt;https://domain.freshservice.com/api/v2/tickets?page=2&lt;/A&gt;&lt;/P&gt;
&lt;P class="api-info-text"&gt;By default, the number of objects returned per page is 30. This can be adjusted by adding the per_page parameter to the query string. The maximum number of objects that can be retrieved per page is 100. Invalid values and values greater than 100 will result in an error.&lt;/P&gt;
&lt;P class="notice-code-block"&gt;&lt;A href="https://domain.freshservice.com/api/v2/tickets?per_page=10" target="_blank" rel="noopener nofollow noreferrer"&gt;https://domain.freshservice.com/api/v2/tickets?per_page=10&lt;/A&gt;&lt;/P&gt;
&lt;P class="api-info-text"&gt;The per_page and page parameters can also be used together. The following example will retrieve the 11th to 20th tickets.&lt;/P&gt;
&lt;P class="notice-code-block"&gt;&lt;A href="https://domain.freshservice.com/api/v2/tickets?per_page=10&amp;amp;page=2" target="_blank" rel="noopener nofollow noreferrer"&gt;https://domain.freshservice.com/api/v2/tickets?per_page=10&amp;amp;page=2&lt;/A&gt;&lt;/P&gt;
&lt;P class="notice-code-block"&gt;&lt;A href="https://dtchiropractic.com" target="_self" data-sheets-formula-bar-text-link="https://dtchiropractic.com/" data-sheets-formula-bar-text-style="font-size:13px;color:#1155cc;font-weight:normal;text-decoration:underline;font-family:'Arial';font-style:normal;text-decoration-skip-ink:none;"&gt;https://dtchiropractic.com&lt;/A&gt;&lt;/P&gt;
&lt;P class="api-info-text"&gt;The 'link' header in the response will hold URL of the next page, if it exists. If you have reached the last page of objects, then the link header will not be set.&lt;/P&gt;
&lt;P class="notice-code-block"&gt;Headers:&lt;BR /&gt;&lt;STRONG&gt;&lt;EM&gt;&lt;U&gt;"link":&amp;lt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A target="_blank" rel="noopener"&gt;https://domain.freshservice.com/api/v2/tickets?filter=all_tickets&amp;amp;page=2&amp;gt;;rel="next&lt;/A&gt;"&lt;/U&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;2. Check Query Parameters:&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Review the query parameters you're using for pagination. Common parameters include &lt;CODE&gt;page&lt;/CODE&gt;, &lt;CODE&gt;per_page&lt;/CODE&gt;, &lt;CODE&gt;limit&lt;/CODE&gt;, and &lt;CODE&gt;offset&lt;/CODE&gt;. Make sure they are correctly formatted and are being sent in the API request.&lt;/P&gt;</description>
      <pubDate>Thu, 31 Aug 2023 10:25:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Rest-API-Pagination-Not-Working/m-p/2111800#M19101</guid>
      <dc:creator>jerry654</dc:creator>
      <dc:date>2023-08-31T10:25:56Z</dc:date>
    </item>
    <item>
      <title>Re: Rest API - Pagination Not Working</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Rest-API-Pagination-Not-Working/m-p/2112120#M19105</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can share me sample code for more understanding ....Thanks for added comments on my query...&lt;/P&gt;</description>
      <pubDate>Fri, 01 Sep 2023 04:40:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Rest-API-Pagination-Not-Working/m-p/2112120#M19105</guid>
      <dc:creator>JQlik5</dc:creator>
      <dc:date>2023-09-01T04:40:10Z</dc:date>
    </item>
  </channel>
</rss>

