Exporting Data Value Changes through REST API | Community
Skip to main content
cagarwal
New Participant
November 18, 2021
Solved

Exporting Data Value Changes through REST API

  • November 18, 2021
  • 1 reply
  • 2958 views

Hi Community, 

 

Through Marketo REST API, I am looking for a method (easy or not) to export data field value changes for a specific Marketo field and a group of leads. Are there any tips or code examples I can refer to?

 

Essentially, an ideal export file would include the following: 

 

Email Address | Date Changed | Previous Value | New Value

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by SanfordWhiteman

not that I am aware of. 


Actually there very much is such an endpoint: the Get Lead Changes endpoint.

 

It returns the Marketo Lead ID, not the Email Address. But this is to be expected since Email Address is not a unique record identifier in Marketo.

1 reply

Jo_Pitts1
Community Manager
November 18, 2021

@cagarwal ,

not that I am aware of.  You'd need to do a regular (e.g. Daily) lead extract, and compare fields across lead records over time.

 

BTW - you might not want to use email address.  What if you have (heaven forbid) duplicates.

 

Cheers

Jo

 

 

SanfordWhiteman
SanfordWhitemanAccepted solution
New Participant
November 18, 2021

not that I am aware of. 


Actually there very much is such an endpoint: the Get Lead Changes endpoint.

 

It returns the Marketo Lead ID, not the Email Address. But this is to be expected since Email Address is not a unique record identifier in Marketo.

Jo_Pitts1
Community Manager
November 19, 2021

Doh.  Apparently my morning coffee hadn't sunk in at that point 🙂