List Retrieve API

LIST RETRIEVE

 

Description

Retrieve all lists in a given account

Returns

List information or Error

 

XML Tags

None

 

CALLING SAMPLE
<criticalimpact>
<login>
<username>username_here</username>
<password>password_here</password>
</login>
<command>
<action>listretrieve</action>

<lists>

<list>
<listid>305</listid>
<name>Test List</name>
<description>First test list</description>
<activesubscriber>100</activesubscriber>
<unsubscribed>10<unsubscribed>
<subscribercenterflag>0<subscribercenterflag>
<listtype>Static</listtype>
<ownerid>1</ownerid>
<datecreated>2010-03-09 03:00:00.0</datecreated>
</list>
<list>
<listid>310</listid>
<name>Test List 2</name>
<description>Second test list</description>
<activesubscriber>1500</activesubscriber>
<unsubscribed>120<unsubscribed>
<subscribercenterflag>0<subscribercenterflag>
<listtype>Dynamic</listtype>
<ownerid>1</ownerid>
<datecreated>2010-05-04 03:00:00.0</datecreated>
</list>
</lists>
</command>
</criticalimpact>