APIs & Integrations

JKolb8
Participante

How to access certain properties of a Company via API

resolver

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 Me gusta
1 Soluciones aceptada
JKolb8
Solución
Participante

How to access certain properties of a Company via API

resolver

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. 

Ver la solución en mensaje original publicado

2 Respuestas 2
dennisedson
Equipo de producto de HubSpot
Equipo de producto de HubSpot

How to access certain properties of a Company via API

resolver

@JKolb8 ,

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

0 Me gusta
JKolb8
Solución
Participante

How to access certain properties of a Company via API

resolver

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.