<?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: QlikView Rest Connector API to HubSpot - Unable to retrieve more records than Limit in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/QlikView-Rest-Connector-API-to-HubSpot-Unable-to-retrieve-more/m-p/1727926#M1228074</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm just checking if anyone has any guidance on dealing with this issue.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Dod&lt;/P&gt;</description>
    <pubDate>Wed, 15 Jul 2020 08:41:57 GMT</pubDate>
    <dc:creator>DOD</dc:creator>
    <dc:date>2020-07-15T08:41:57Z</dc:date>
    <item>
      <title>QlikView Rest Connector API to HubSpot - Unable to retrieve more records than Limit</title>
      <link>https://community.qlik.com/t5/QlikView/QlikView-Rest-Connector-API-to-HubSpot-Unable-to-retrieve-more/m-p/1726892#M1228073</link>
      <description>&lt;P&gt;Hello all,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have recently connected QlikView to our HubSpot account using the REST connector for API.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;While HubSpot has robust APIs in place for most objects, I have been unable to find a solution to get more records than the defined/default limit. This is generally 100/200 records only, depending on the object. I need to be able to retrieve all records for analysis.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have tried the various Pagination options using the REST connection wizard in QlikView. However, while I can determine the 'Start' and 'Count' parameter names, there doesn't appear to be a 'Total records' path. As a result, Pagination doesn't seem to be an option. I have seen a similar issue logged by other users connecting to HubSpot in QlikSense.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The other option I have seen recommended is to use a loop in the Load script. Can any advice be provided on how to use this?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The current Rest Connector Master Table is producing the following (Deals API):&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;RestConnectorMasterTable:
SQL SELECT 
	"__KEY_root",
	(SELECT 
		"id",
		"createdAt",
		"updatedAt",
		"archived",
		"__KEY_results",
		"__FK_results",
		(SELECT 
			"amount",
			"closedate",
			"createdate",
			"dealname",
			"dealstage",
			"hs_lastmodifieddate",
			"hs_object_id",
			"pipeline",
			"__FK_properties"
		FROM "properties" FK "__FK_properties")
	FROM "results" PK "__KEY_results" FK "__FK_results"),
	(SELECT 
		"__KEY_paging",
		"__FK_paging",
		(SELECT 
			"after",
			"link",
			"__FK_next"
		FROM "next" FK "__FK_next")
	FROM "paging" PK "__KEY_paging" FK "__FK_paging")
FROM JSON (wrap on) "root" PK "__KEY_root";&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How would I incorporate a loop into this to ensure all existing records are loaded?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks very much in advance.&lt;/P&gt;&lt;P&gt;Dod&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 26 Jan 2026 21:26:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QlikView-Rest-Connector-API-to-HubSpot-Unable-to-retrieve-more/m-p/1726892#M1228073</guid>
      <dc:creator>DOD</dc:creator>
      <dc:date>2026-01-26T21:26:37Z</dc:date>
    </item>
    <item>
      <title>Re: QlikView Rest Connector API to HubSpot - Unable to retrieve more records than Limit</title>
      <link>https://community.qlik.com/t5/QlikView/QlikView-Rest-Connector-API-to-HubSpot-Unable-to-retrieve-more/m-p/1727926#M1228074</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm just checking if anyone has any guidance on dealing with this issue.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Dod&lt;/P&gt;</description>
      <pubDate>Wed, 15 Jul 2020 08:41:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QlikView-Rest-Connector-API-to-HubSpot-Unable-to-retrieve-more/m-p/1727926#M1228074</guid>
      <dc:creator>DOD</dc:creator>
      <dc:date>2020-07-15T08:41:57Z</dc:date>
    </item>
  </channel>
</rss>

