APIs & Integrations

kqamar73
Membre

Adding Fields to the Contact API

Résolue

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 Votes
2 Solutions acceptées
Teun
Solution
Expert reconnu | Partenaire solutions Diamond
Expert reconnu | Partenaire solutions Diamond

Adding Fields to the Contact API

Résolue

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.


Voir la solution dans l'envoi d'origine

kqamar73
Solution
Membre

Adding Fields to the Contact API

Résolue

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?

Voir la solution dans l'envoi d'origine

0 Votes
2 Réponses
Teun
Solution
Expert reconnu | Partenaire solutions Diamond
Expert reconnu | Partenaire solutions Diamond

Adding Fields to the Contact API

Résolue

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
Membre

Adding Fields to the Contact API

Résolue

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 Votes