Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 1014 Bytes

GetExtendedList.md

File metadata and controls

17 lines (14 loc) · 1014 Bytes

sib_api_v3_sdk.Model.GetExtendedList

Properties

Name Type Description Notes
Id long? ID of the list
Name string Name of the list
TotalBlacklisted long? Number of blacklisted contacts in the list
TotalSubscribers long? Number of contacts in the list
UniqueSubscribers long? Number of unique contacts in the list
FolderId long? ID of the folder
CreatedAt string Creation UTC date-time of the list (YYYY-MM-DDTHH:mm:ss.SSSZ)
CampaignStats List<GetExtendedListCampaignStats> [optional]
DynamicList bool? Status telling if the list is dynamic or not (true=dynamic, false=not dynamic) [optional]

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