APIs & Integrations

kqamar73
Mitglied

Adding Fields to the Contact API

lösung

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 Akzeptierte Lösungen
Teun
Lösung
Trendsetter/-in | Diamond Partner
Trendsetter/-in | Diamond Partner

Adding Fields to the Contact API

lösung

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.


Lösung in ursprünglichem Beitrag anzeigen

kqamar73
Lösung
Mitglied

Adding Fields to the Contact API

lösung

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?

Lösung in ursprünglichem Beitrag anzeigen

0 Upvotes
2 Antworten
Teun
Lösung
Trendsetter/-in | Diamond Partner
Trendsetter/-in | Diamond Partner

Adding Fields to the Contact API

lösung

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
Lösung
Mitglied

Adding Fields to the Contact API

lösung

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