APIs & Integrations

JKolb8
Participant

How to access certain properties of a Company via API

SOLVE

Hallo,

I try to read an property from the companies, wich would show me wich user is responsible for the Company.

i try to access it with the GET request:

"client.crm.companies.basic_api.get_page()"


Im not able to find the property name id like to read. 
I already ry to read all existing properties with the

"https://api.hubapi.com/crm/v3/properties/companies?hapikey="API-key"
request, but the one im looking for dosent seem to be in there. 
Does someone know how to access this property?

0 Upvotes
1 Accepted solution
JKolb8
Solution
Participant

How to access certain properties of a Company via API

SOLVE

I search for a certain property. I think the problem is that my company uses the german Hubspot version. In the Hubspot view the property gets shown as "User that is responsible for this Company". I tried to find a property that represents this value, but i couldn't find one.
Now i found the property:

"hs_created_by_user_id"
That I think maybe gets weird translated in the Hubspot interface. 

View solution in original post

2 Replies 2
dennisedson
HubSpot Product Team
HubSpot Product Team

How to access certain properties of a Company via API

SOLVE

@JKolb8 ,

I am not very clear on what exactly you are looking for.  Maybe hs_object_id

0 Upvotes
JKolb8
Solution
Participant

How to access certain properties of a Company via API

SOLVE

I search for a certain property. I think the problem is that my company uses the german Hubspot version. In the Hubspot view the property gets shown as "User that is responsible for this Company". I tried to find a property that represents this value, but i couldn't find one.
Now i found the property:

"hs_created_by_user_id"
That I think maybe gets weird translated in the Hubspot interface.