APIs & Integrations

iisrar
Member

API intergeration with PowerBI

SOLVE

Hello
I need urgent help, so I am trying to integerate HubSpot with PowerBI using API endpoints.
https://api.hubapi.com/crm/v3/objects/contacts?properties=*&archived=false
By using the above endpoint, I am not getting all the properties of the contact as it should be but if I specify specific properties I do get them.
I am really stuck with this problem and new to HubSpot and its integeration.
Please help

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

API intergeration with PowerBI

SOLVE

You do need to specifically ask for the properties you want returned, otherwise you will only receive a few default standard properties.  This is true for all the objects, not just contacts.

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

API intergeration with PowerBI

SOLVE

You do need to specifically ask for the properties you want returned, otherwise you will only receive a few default standard properties.  This is true for all the objects, not just contacts.

Scott Marion
Senior Developer @ Thread Connected Marketing
0 Upvotes