VingtCinq / python-mailchimp

Python client for v3 of MailChimp API
MIT License
463 stars 131 forks source link

Batch operation issue with segment members #236

Open mowgliamu opened 3 years ago

mowgliamu commented 3 years ago

I cannot get the count and offset parameters to work with batch operations for getting members from a segment. It works fine for an audience (list), but not for a segment. Has anyone encountered this?

stephenross commented 3 years ago

You will need to be more specific with your issue, what exactly are you trying to do, which specific portion of the class are you calling and what parameters are you passing in? How are you calling the list endpoint and what is the difference between how you are calling that and how you are calling the lists.segments.members endpoint?