Forum Discussion
WillBatesHydro
3 years agoHelper I
Hubspot Private Apps - Powerquery pagination
Has anybody managed to paginate hubspots api with the new private apps setup? Managed to make a call easily enough like so; let Source = Json.Document(Web.Contents("https://api.hubapi.com/...
Syndicate_Admin
3 years agoAdministrator
This is the URL I sued to filter from the 1st January 2023
the timestamp is in milliseconds, I use https://currentmillis.com to convert the date to milliseconds
Cheers
Will