Add cs_owner_email as a returned property of crm/v3/objects/contacts/example@email.com

Please add cs_owner_email as a returned property of crm/v3/objects/contacts/example@email.com?idProperty=email&&properties=…

Hi, @SPopi :waving_hand: Can you clarify what you are asking, please? For example, are you looking for an example of how to include additional properties in your request?

Best,

Jaycee

Hello.

I am calling crm/v3/objects/contacts/example@email.com?idProperty=email&properties=firstname,lastname,cs_owner … and so on.

I need this call to also return the cs_owner email, or an alternative (given the cs_owner name from this call).

Thanks for clarifying.

One more question, are these properties custom? “cs_owner” and “cs_owner_email”?

I don’t have those in my test portal. But I do have “hubspot_owner_id”.

If it’s “hubspot_owner_id”, then you can make a second call to the GET/crm/v3/owners/{ownerId} using the Owners API as this will return first name, last name, and email address.

One way to test what is a property we can include is to make a query to the Properties API. Either to get the full list of properties for an object, Contacts in this example, or to get the details about a specific property. If it’s not returned by this API, it’s not likely we can include it in your request.

Best,

Jaycee