MailChimp.Api.Net
MailChimp.Api.Net copied to clipboard
Possible missing call to get modified members of a list
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?