Field last updated date/time

Anonymous
Not applicable

Field last updated date/time

Hi

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

Thanks!
Tags (1)
5 REPLIES 5
Kenny_Elkington
Marketo Employee

Re: Field last updated date/time

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.
Anonymous
Not applicable

Re: Field last updated date/time

Here is a link to the API endpoint Kenny mentioned:
http://developers.marketo.com/documentation/soap/getleadactivity/
Anonymous
Not applicable

Re: Field last updated date/time

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?

Kenny_Elkington
Marketo Employee

Re: Field last updated date/time

Yes you can leverage both APIs at the same time without any additional restrictions.
Anonymous
Not applicable

Re: Field last updated date/time

Perfect. Thanks for the speedy responses!!