We use cookies to make HubSpot's community a better place. Cookies help to provide a more personalized experience and relevant advertising for you, and web analytics for us. To learn more, and to see a full list of cookies we use, check out our Cookie Policy (baked goods not included).
Dec 15, 2021 8:43 PM - edited Dec 15, 2021 10:33 PM
Hi I am a beginner in HubSpot.
I currently have a google app script that fetches all deals data from HubSpot using api.
I want to recreate the same output using python.
Problems:
1. I went through API doc on Hubspot, I could only get limited help.
I used the template to fetch some deals but these deals have only 6-7.
2 . Paging association, how to use that? I am only able to get 100 deals at a time. But I have more than 1000 deals.
If anyone could help with resources for the same, that would be great.
# python GET code
# properties in Deals API response
Thanks in advance.
Solved! Go to Solution.
Dec 17, 2021 1:34 PM
@JBeatty , @Venky1 , either of you all able to help here? 😀
![]() | Make sure to subscribe to our YouTube channel where you can find the HubSpot Community Developer Show |
Mar 31, 2022 1:22 PM
A few things, can you not just change the limit amount in your params? also your commented out print statment should be
Mar 31, 2022 1:22 PM
A few things, can you not just change the limit amount in your params? also your commented out print statment should be
Dec 17, 2021 1:34 PM
@JBeatty , @Venky1 , either of you all able to help here? 😀
![]() | Make sure to subscribe to our YouTube channel where you can find the HubSpot Community Developer Show |