Question
SOAP API getMultipleLeads problem newStreamPosition is empty, remainingCount is positive
I'm using a 2_3 SOAP endpoint with a python client powered by suds. The response to my initial getMultipleLeads call looks like:
I found an earlier disscussion with no answer on the same topic:
https://community.marketo.com/MarketoDiscussionDetail?id=90650000000Pp6gAAC
What's the right thing to do here?
In [35]: type(response)
Out[35]: suds.sudsobject.ResultGetMultipleLeads
In [36]: response.remainingCount
Out[36]: 8
In [37]: response.newStreamPosition is None
Out[37]: True
I found an earlier disscussion with no answer on the same topic:
https://community.marketo.com/MarketoDiscussionDetail?id=90650000000Pp6gAAC
What's the right thing to do here?