Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 1.35 KB

GetExtendedContactDetails.md

File metadata and controls

19 lines (15 loc) · 1.35 KB

GetExtendedContactDetails

Properties

Name Type Description Notes
Email string Email address of the contact for which you requested the details [optional] [default to null]
Id int64 ID of the contact for which you requested the details [default to null]
EmailBlacklisted bool Blacklist status for email campaigns (true=blacklisted, false=not blacklisted) [default to null]
SmsBlacklisted bool Blacklist status for SMS campaigns (true=blacklisted, false=not blacklisted) [default to null]
CreatedAt string Creation UTC date-time of the contact (YYYY-MM-DDTHH:mm:ss.SSSZ) [default to null]
ModifiedAt string Last modification UTC date-time of the contact (YYYY-MM-DDTHH:mm:ss.SSSZ) [default to null]
ListIds []int64 [default to null]
ListUnsubscribed []int64 [optional] [default to null]
Attributes [map[string]interface{}] Set of attributes of the contact [default to null]
Statistics *GetExtendedContactDetailsStatistics [default to null]

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