How to retrieve interesting moments through the SOAP API? | Community
Skip to main content
May 22, 2013
Solved

How to retrieve interesting moments through the SOAP API?

  • May 22, 2013
  • 2 replies
  • 1054 views
Hi,

Is it possible to retrieve interesting moments through the SOAP API?

Can we do it with a call to getLeadChanges?

We don't have interesting moments set up yet, I am just trying to get an idea of what's involved to integrate it with our CRM system (not Saleforce).

Many thanks
Steve Riddett
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
Hi Steve

You would use the Method "getLeadChanges" and for the Activity Type: <xs:enumeration value="InterestingMoment"/>


See the SOAP API Doc here (Page 20) : https://community.marketo.com/resource/MarketoSOAPAPI

And WSDL (https://community.marketo.com/resource/MarketoWSDL)


Rgs
Damien
 

2 replies

Accepted solution
May 22, 2013
Hi Steve

You would use the Method "getLeadChanges" and for the Activity Type: <xs:enumeration value="InterestingMoment"/>


See the SOAP API Doc here (Page 20) : https://community.marketo.com/resource/MarketoSOAPAPI

And WSDL (https://community.marketo.com/resource/MarketoWSDL)


Rgs
Damien
 
May 23, 2013
Thanks Damien - that's all I need to know :)