Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 1.17 KB

MemberActivityEvents.md

File metadata and controls

18 lines (12 loc) · 1.17 KB

# MemberActivityEvents

The last 50 member events for a list.

Properties

Name Type Description Notes
Activity []MemberActivity An array of objects, each representing a member event. [optional]
EmailId string The MD5 hash of the lowercase version of the list member's email address. [optional] [readonly]
ContactId string As Mailchimp evolves beyond email, you may eventually have contacts without email addresses. While the `email_id` is the MD5 hash of their email address, this `contact_id` is agnostic of contact’s inclusion of an email address. [optional] [readonly]
ListId string The list id. [optional] [readonly]
TotalItems int32 The total number of items matching the query regardless of pagination. [optional] [readonly]
Links []ResourceLink A list of link types and descriptions for the API schema documents. [optional] [readonly]

[Back to Model list] [Back to API list] [Back to README]