SOLVED

getLeads API call does not return Original Source Info

Go to solution
Anonymous
Not applicable

getLeads API call does not return Original Source Info

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!
Tags (1)
1 ACCEPTED SOLUTION

Accepted Solutions
Anonymous
Not applicable

Re: getLeads API call does not return Original Source Info

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.

View solution in original post

2 REPLIES 2
Anonymous
Not applicable

Re: getLeads API call does not return Original Source Info

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

Re: getLeads API call does not return Original Source Info

Thanks Raj, I'll give that a try.