APIs & Integrations

ricky23
Contributor

Is it possible to grab the values from custom fields using the API?

SOLVE

We have created some custom fields under Deals. Is it possible to grab the values from these fields using the API?

0 Upvotes
1 Accepted solution
Derek_Gervais
Solution
HubSpot Alumni
HubSpot Alumni

Is it possible to grab the values from custom fields using the API?

SOLVE

Hi @ricky23,

Yes:

View solution in original post

0 Upvotes
4 Replies 4
IsaacTakushi
HubSpot Employee
HubSpot Employee

Is it possible to grab the values from custom fields using the API?

SOLVE

Hi @a_hubspot_api_user,

Yes, you would use this Contacts API endpoint (or the email version) and include &property=your_custom_property's_internal_name as a query parameter.

Isaac Takushi

Associate Certification Manager
0 Upvotes
a_hubspot_api_u
Member

Is it possible to grab the values from custom fields using the API?

SOLVE

Hi @Derek_Gervais, is there a similiar way to get custom contact properties?

0 Upvotes
Derek_Gervais
Solution
HubSpot Alumni
HubSpot Alumni

Is it possible to grab the values from custom fields using the API?

SOLVE

Hi @ricky23,

Yes:

0 Upvotes
colinlongworth
Member

Is it possible to grab the values from custom fields using the API?

SOLVE

Late to the party on this one, but is there a way to determine if the field was created by a user and is a custom field? We may not know in advance the name of the fields they created.

 

Is it safe to assume that if createdUserId is not null, then it's a custom, user created field?

0 Upvotes