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,

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.

Thanks
Best Regards

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!

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”