MailChimp.Api.Net icon indicating copy to clipboard operation
MailChimp.Api.Net copied to clipboard

Possible missing call to get modified members of a list

Open RusselRillema opened this issue 8 years ago • 0 comments

Installed versions : [MailChimp.Api.Net 1.2.0.10]

I was hoping to get something like https://usx.api.mailchimp.com/3.0/lists/{id}/members?since_last_changed={dateSinceLastSync}

I thought about using the batch method but this is only 1 call. The MailChimpList class can get all members but it seems silly to make many calls with that and then sort through on my side.

Any suggestions?

RusselRillema avatar Nov 03 '16 08:11 RusselRillema