APIs & Integrations

ptollinger
Participant

Get the last modified datetime of particular property of "contacts" using the v3 API

SOLVE

Is it possible to get the last modified datetime of particular properties of "contacts" using the v3 search endpoint? (as documented here: https://developers.hubspot.com/docs/api/crm/search).

 

Or alternatively, getting the history of properties, as you can in the v1 of the API supports via the "propertyMode=value_and_history" parameter?

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

Get the last modified datetime of particular property of "contacts" using the v3 API

SOLVE

@ptollinger 

You will need to use the V1 endpoints for this as of now.  It is being worked on, but not ready for release, yet.

Alternatively, you could set up webhooks and subscribe to property changes.

View solution in original post

2 Replies 2
dennisedson
Solution
HubSpot Product Team
HubSpot Product Team

Get the last modified datetime of particular property of "contacts" using the v3 API

SOLVE

@ptollinger 

You will need to use the V1 endpoints for this as of now.  It is being worked on, but not ready for release, yet.

Alternatively, you could set up webhooks and subscribe to property changes.

ABrachet
Member

Get the last modified datetime of particular property of "contacts" using the v3 API

SOLVE

Hi @dennisedson ,

 

I'm using the V1 endpoint. Is it possible now to get the specific modified date ? 

0 Upvotes