2

I'm trying to fetch all member activities using the "new" (V3) Mailchimp API.

http://string:<key>@<region>.api.mailchimp.com/3.0/lists/<list_id>/members/<member>/activity?count=100&offset=0

But I can't seem to receive more than 50 records.

Does anyone know if it's even possible to fetch all the activities of a member or not?

ekad
  • 14,436
  • 26
  • 44
  • 46
dunyakirkali
  • 369
  • 5
  • 16

1 Answers1

0

The schema for that resource specifies a max of 50.

TooMuchPete
  • 4,583
  • 2
  • 17
  • 21