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:
![]()
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
