ListSend
An object that specifies retrieve-only properties associated with the list for a completed send. If you conducted the send to a data extension, ListSend represents any associated publication lists. If you conducted a send to multiple lists, a ListSend retrieve on the SendID of that send would return multiple ListSend objects.
| Name | Data Type | Description |
|---|---|---|
Client | ClientID object | Specifies the account ownership and context of an object. |
CorrelationID | String | Identifies correlation of objects across several requests. |
CreatedDate | DateTime | The date and time when the object was created. |
CustomerKey | String | User-supplied unique identifier for an object within an object type. This property corresponds to the external key assigned to an object. |
Duplicates | Int | Represent the number of duplicate email addresses associated with a send (exists only when a send occurs to multiple lists). |
Events | Array of TrackingEvent objects | Not used. |
ExistingUndeliverables | Int | Indicates whether bounces occurred on previous send. |
ExistingUnsubscribes | Int | Indicates whether unsubscriptions occurred on previous send. |
ForwardedEmails | Int | Number of emails forwarded for a send. |
HardBounces | Int | Indicates number of hard bounces associated with a send. |
ID | Int | Read-only identifier for an object. Some objects use the ObjectID property as a unique ID. |
InvalidAddresses | Int | Specifies the number of invalid addresses associated with a send. |
Links | Array of Link objects | Contains an array of links included in a send. |
List | List object | List associated with an object. |
MissingAddresses | Int | Specifies number of missing addresses encountered within a send. |
ModifiedDate | DateTime | The date and time when the object was last modified. |
NumberDelivered | Int | Number of sent emails that didn't bounce. |
NumberSent | Int | Number of emails actually sent as part of an email send. This number reflects all of the sent messages and may include bounced messages. |
ObjectID | String | System-controlled, read-only text string identifier for object. |
ObjectState | String | Not used. |
OtherBounces | Int | Specifies number of Other-type bounces in a send. |
Owner | Owner object | Describes account ownership of subscriber in an on-your-behalf account. |
PartnerKey | String | Unique identifier provided by partner for an object. This property is accessible only via API. |
PartnerProperties | Array of APIProperty objects | A collection of metadata supplied by the client and stored by the system. These properties are accessible only via API. |
PreviewURL | String | Indicates URL used to preview the message associated with a send. |
SendID | Int | Contains identifier for a specific send. |
SoftBounces | Int | Indicates number of soft bounces associated with a specific send. |
UniqueClicks | Int | Indicates number of unique clicks on message. |
UniqueOpens | Int | Indicates number of unique opens resulting from a triggered send. |
Unsubscribes | Int | Indicates the number of unsubscribe events associated with a send. |