APIs & Integrations

pcrivera21
Member

How to find the time when you assigned the contact into the owner

Hello, what API can I use to find the time when you assigned the contact to the owner, latest feedback note and time of posting the feedback?

0 Upvotes
1 Reply 1
Derek_Gervais
HubSpot Alumni
HubSpot Alumni

How to find the time when you assigned the contact into the owner

Hi @Paul_Rivera,

You can see the time a value was set for a property (in this case, the HubSpot Owner property) in the property history. There’s an example of this (see the versions array) in the Get a Contact by ID endpoint doc:

Get a contact by its vid

GET /contacts/v1/contact/vid/:vid/profile - For a given portal, return information about a single contact by its ID. The contact's unique ID's is stored in a field called 'vid' which stands for 'visitor ID'.

I’m not entirely sure what you mean by feedback note. Are you looking to get the most recent associated NOTE engagement? In that case, you can use the engagements API:

Get Associated Engagements | Engagements API

GET /engagements/v1/engagements/associated/:objectType/:objectId/paged - Get engagements associated with another CRM object via the HubSpot API.

0 Upvotes