APIs & Integrations

kqamar73
Member

Adding Fields to the Contact API

SOLVE

Hello,

 

I am trying to add fields to the contact_List API ,I have already created and populated the values in the fields but when i call the API in Postman only 4 fields are populate.

 

Please Advise?

0 Upvotes
2 Accepted solutions
Teun
Solution
Recognized Expert | Diamond Partner
Recognized Expert | Diamond Partner

Adding Fields to the Contact API

SOLVE

Hi @kqamar73 ,

 

You need to list the properties you want to return in your call, otherwise, the default properties are returned. It should look something like this:

'https://api.hubapi.com/crm/v3/objects/contacts?limit=10&properties=firstname&properties=lastname&pro...



Learn more about HubSpot by following me on LinkedIn or YouTube

Did my answer solve your issue? Help the community by marking it as the solution.


View solution in original post

kqamar73
Solution
Member

Adding Fields to the Contact API

SOLVE

Hi  Teun,

 

thanks for the awsom solution, I enable the properties/fields and was able to reterive those fileds.

 

I am able to connect through Postman and reterive the data ,but when i connect to Workday Studio (a middleware of Workday) cannot reterive any info.

 

I thought the probleam is whitlising Workday ips but am told that is not the case 

 

Any Suggestions?

View solution in original post

0 Upvotes
2 Replies 2
Teun
Solution
Recognized Expert | Diamond Partner
Recognized Expert | Diamond Partner

Adding Fields to the Contact API

SOLVE

Hi @kqamar73 ,

 

You need to list the properties you want to return in your call, otherwise, the default properties are returned. It should look something like this:

'https://api.hubapi.com/crm/v3/objects/contacts?limit=10&properties=firstname&properties=lastname&pro...



Learn more about HubSpot by following me on LinkedIn or YouTube

Did my answer solve your issue? Help the community by marking it as the solution.


kqamar73
Solution
Member

Adding Fields to the Contact API

SOLVE

Hi  Teun,

 

thanks for the awsom solution, I enable the properties/fields and was able to reterive those fileds.

 

I am able to connect through Postman and reterive the data ,but when i connect to Workday Studio (a middleware of Workday) cannot reterive any info.

 

I thought the probleam is whitlising Workday ips but am told that is not the case 

 

Any Suggestions?

0 Upvotes