Question
How do I page leads in API results?
I've gone through the API example code, but have not seen a way to page through many results when using getMultipleLeads(). Presumably this is handled with streamPosition, but the WSDL defines that field as being of type "string". What have I missed?
I see a startPosition field for the getLeadActivity() and getLeadChanges() methods, but surely getMultipleLeads() also has this capability.
I'm using C#, so examples in .NET are ideal, but I'll take what I can get. Thank you!
I see a startPosition field for the getLeadActivity() and getLeadChanges() methods, but surely getMultipleLeads() also has this capability.
I'm using C#, so examples in .NET are ideal, but I'll take what I can get. Thank you!