Summary
This action returns a list of all subscribers who unsubscribed via the "Unsubscribe" link in a given blast.
Request
Format
<system>
<authorization>
<username>{username}</username>
<password>{password}</password>
</authorization>
<action>viewunsubscriber</action>
<parameterlist>
<parameter id='Message ID'><value>{blast_id}</value></parameter>
[<parameter id='Limit'><value>{limit}</value></parameter>]
</parameterlist>
</system>
Limit
If provided, the number of results returned will be no more than the value of {limit}.
Response
Format
<system>
<status>success</status>
<resultlist>
<resultlist id='{id}'>
<result id='Date'>{datetime_unsubscribed_at}</result>
<result id='Email Address'>{email_address}</result>
<result id='Subscriber ID'>{subscriber_id}</result>
</resultlist>
...
</resultlist>
</system>
{id} is an arbitrarily incrementing integer that identifies unsubscribes only within the context of this response. For a given unsubscription, this number may not necessarily be the same from response to response.