getLeads API call does not return Original Source Info | Community
Skip to main content
November 21, 2013
Solved

getLeads API call does not return Original Source Info

  • November 21, 2013
  • 2 replies
  • 960 views
I'm trying to pull down via the API the original source url for leads.  I'm using the getLead() API call, but it doesn't return all of the lead attributes.  It doesn;t seem to return the marketo automated fields at all.  

Is there a way to pull this information out using the API?

Thanks!
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
Currently, only fields that can be put on a form are returned by the SOAP API.

Workaround - Add a custom attribute and use change data value flow action to copy the original source info over into the custom attribute.

2 replies

Accepted solution
November 22, 2013
Currently, only fields that can be put on a form are returned by the SOAP API.

Workaround - Add a custom attribute and use change data value flow action to copy the original source info over into the custom attribute.
November 22, 2013
Thanks Raj, I'll give that a try.