APIs & Integrations

AdamSpot
Member

Get all properties for every company on my HubSpot account

SOLVE

Hello, 

 

on my Hubspot account when i go to contacts--> companies I will get some properties like : Name, CompanyID, ComapnyOwner and Create Date..etc. 

 

When I click on a certian company I will get other group of properties : 

- Company activity : (1 properties) 

- Company Information : (15 properties)

  - Company creater. 

 - Company Sales Owner. 

 - Company Service Owner 

... 

...

etc. 

 

My questions is how to get these montioned above  properties using the CRM APIs & python. 

 

I have used the request on the following link but didn't get the right data that i need. 

https://developers.hubspot.com/docs/api/crm/properties 

 

 

Thanks! 

 

0 Upvotes
1 Accepted solution
dennisedson
Solution
HubSpot Product Team
HubSpot Product Team

Get all properties for every company on my HubSpot account

SOLVE

Hi @AdamSpot 

You will want to add the properties you want returned to the api request url

Here is a similar question I answered recently with an example

 

View solution in original post

0 Upvotes
1 Reply 1
dennisedson
Solution
HubSpot Product Team
HubSpot Product Team

Get all properties for every company on my HubSpot account

SOLVE

Hi @AdamSpot 

You will want to add the properties you want returned to the api request url

Here is a similar question I answered recently with an example

 

0 Upvotes