Ben Lambert
Has anyone noticed a few bugs on constituent list endpoint when you use the list_id parameter and the list has quite a few records?
- You have to specify the offset=0 on the first call otherwise the next_link is wrong (i.e. misses the offset so you just get the first set of results again...)
- You get duplicate for large lists. If you have for example 65000 records and use the next_link to iterate through them we are finding you get roughly 20000 duplicate ids back so not the full list..
Is this to do with the lack of a sort token? Is anyone not having these issues?