danesparza / MailChimp.NET

:envelope: .NET Wrapper for the MailChimp v2.0 API
MIT License
179 stars 119 forks source link

How do I get unsubscribes since a datetime? #178

Open PaulVSmith opened 8 years ago

PaulVSmith commented 8 years ago

I can get them for all time using your wonderful wrapper, but really only want to get ones since a datetime I supply. Reading the raw API doco indicates it is supported - https://apidocs.mailchimp.com/export/1.0/list.func.php has it in V1.0 Does the .NET wrapper have it?

Regards

Paul Smith

balexandre commented 8 years ago

The wrapper is attached to v.2.0, in v.2.0 there's no such call.

What you need to do is create a segment in your list and then use that segment to get all users.

You can find more about segmentation on the API docs.