APIs & Integrations

MMunasinghe
Member

Deals - Obtain all the parameters displayed in CRM view

SOLVE

Hi,

 

How can I obtain all the feilds displayed on CRM -> Deals via APi calling https://api.hubapi.com/crm/v4/objects/deals or via any other API method.

 

Eg: The values of the parameters as such Deal Name, DealOwner, Company, Deal Stage, Pipeline, Presales Engineer, Close Date, Amount, Create Date, Technology Vertical etc.

 

Best Regards,

Madura

0 Upvotes
1 Accepted solution
dsmarion
Solution
Top Contributor | Gold Partner
Top Contributor | Gold Partner

Deals - Obtain all the parameters displayed in CRM view

SOLVE

The object basic APIs only return a small set of standard fields by default.  You can ask to include any other field you want by including the "properties" parameter in the call with a list of all the properties (fields) you wish to be returned.  https://developers.hubspot.com/beta-docs/reference/api/crm/objects/deals#get-%2Fcrm%2Fv3%2Fobjects%2...  

dsmarion_0-1722595572114.png

 

Scott Marion
Senior Developer @ Thread Connected Marketing

View solution in original post

0 Upvotes
1 Reply 1
dsmarion
Solution
Top Contributor | Gold Partner
Top Contributor | Gold Partner

Deals - Obtain all the parameters displayed in CRM view

SOLVE

The object basic APIs only return a small set of standard fields by default.  You can ask to include any other field you want by including the "properties" parameter in the call with a list of all the properties (fields) you wish to be returned.  https://developers.hubspot.com/beta-docs/reference/api/crm/objects/deals#get-%2Fcrm%2Fv3%2Fobjects%2...  

dsmarion_0-1722595572114.png

 

Scott Marion
Senior Developer @ Thread Connected Marketing
0 Upvotes