Field last updated date/time

Anonymous
Not applicable
Hi

Is it possible to get the last updated date/time for a specific field?

Thanks!
Tags (1)
5 REPLIES 5
Anonymous
Not applicable
Perfect. Thanks for the speedy responses!!
Kenny_Elkington
Marketo Employee
Yes you can leverage both APIs at the same time without any additional restrictions.
Anonymous
Not applicable
Thanks for the response!

It appears this method may solve our needs. We are very early stages integrating with Marketo and will do more testing to evaluate.

We are integrating via the REST api. However getLeadActivity is only available via SOAP. Can we use both API's at the same time?

Anonymous
Not applicable
Here is a link to the API endpoint Kenny mentioned:
http://developers.marketo.com/documentation/soap/getleadactivity/
Kenny_Elkington
Marketo Employee
Hi Shawky,

There is not a way to do this specifically from the UI.  You can use the getLeadActivity call via SOAP to look for the most recent Data Value Changed activity on that field for a record, however.