APIs & Integrations

yK10
Participant

Error processing HubspotDeals: ApiException [Error]: HTTP-Code: 414

First of all , thats for taking time to read this query.

Getting this error while fetch hubspot deals, 

yK10_0-1738936137964.png

 



Is there any workaround to retrieve all the properties not only standard ones or limiting them in any way.

Also  if there is a way to filter out hubspot generated properties vs custom user created proprties.
like 
  • Standard object properties
  • Customer created properties

Let me know how can I handle this , I am enclosing the code snippet I am using to fetch deals. 

yK10_0-1738936039651.png

 


Thanks
Best Regards

2 Replies 2
GRajput
Recognized Expert | Platinum Partner
Recognized Expert | Platinum Partner

Error processing HubspotDeals: ApiException [Error]: HTTP-Code: 414

Hi @yK10 

 

No, it is not possible to separate both the properties from the API response but what you can do here is get the standard property and get the custom property (using the internal name of them) and then from the response body you can filter them out as per your requirement.

 

I hope this will help you out. Please mark it as Solution Accepted and upvote to help another Community member.
Thanks!




Gaurav Rajput
Director, MarTech( Growth Natives)

Book a meeting


0 Upvotes
yK10
Participant

Error processing HubspotDeals: ApiException [Error]: HTTP-Code: 414

Hey @GRajput Thanks for the reply

Ok so should I manully add properties like  [ "dealstage", "closedate"......] in this .

Is there any way through which I can fetch all properties from deals and also use property with history for "dealstage" 

0 Upvotes