Deals API not returning deal name

Dear Community,

I am trying to retrieve all deals in HubSpot using this API: https://api.hubapi.com/crm/v3/properties/deals

Response JSON doesn’t contain dealname property, whereas I can see deal name value is set in HubSpot. Kindly let me know where am I going wrong?.

Thanks,

Srivatsa

Hey @SKrishnamurth

you can take a look a this resource

to see how to retrieve Deals information

Hope this helps

Thanks a lot Maria. Apologies for the late response. It worked.

A follow up question on the same API, if it is permitted in this thread itself is that I can see custom properties when I use GET on this API: https://api.hubapi.com/crm/v3/properties/deals

Whereas when I try to retrieve all the deals from HubSpot using https://api.hubapi.com/crm/v3/properties/deals, I don’t see my custom properties in the response JSON. But when I use query parameters and specify those custom attributes alone, then I get it in the response.

How do I enable to retrieve Deals with all properties(Custom/Standard) when I use this API: https://api.hubapi.com/crm/v3/properties/deals