Pulling Last Modified Date for a Specific Contact Property

Hello,

I’m pulling a list of custom contact properties into Python using an API. Despite the fact that the custom properties only exist for contacts who have completed or worked on the modules, I’m able to pull a list of the property and the contact’s email for all contacts who have a value for the property.

What I’m trying to do is also pull a last modified date for each specific property, but I’m unable to find it in the JSON output that I’m receiving with the API call. I do see the last modified date in the customer’s profile on the UI:

In the JSON object that I pull with the API, for the same customer, I see:

39600i2955BB237E013259.png

However, individuals who do not have a value for the ap_rad_complete property also have a last modified date, and I’ve been told that it is defined to be the last modified date for all properties--it changes with a mod to any property.

Can someone please help me navigate the JSON to identify the date that the specific property I’m pulling was last worked on?

Thanks In Advance,

Trevor

Hi @TAeschliman

I wonder if this endpoint would provide the info that you are looking for

Tried the specified endpoint and am having the same issue.

I’m using this endpoint: “/contacts/v1/lists/all/contacts/all” To pull all contacts and then stepping into each one. However, there is a properties/lastmodifieddate for all contacts regardless of whether they have a value for the property and I’ve been told by support that that is the last modified date for all properties, not just the specific one that I’m searching for. The lower image in my first post is what I’m seeing with either endpoint when I look at a contact who has completed the module. Still not sure how to get the date that I’m seeing with the UI.

Hey Dennis,

Sorry, I did find the date here. Thanks for your help!

Trevor

Looking for how to create request to this endpoint via hubspot client. Could you please give a link to correct documentation page with method of api