<!-- Intent: get a list of available contact lists
	GET to the following url
	http://api.v4.swiftreach.com/api/ContactLists/List
	-->

<!-- No XML input is required -->

<!-- example return value -->
<ArrayOfContactList xmlns:i="http://www.w3.org/2001/XMLSchema-instance" 
	xmlns="http://schemas.datacontract.org/2004/07/SwiftReach.Swift911.Core.ContactLists">
<ContactList>
<ChangeStamp>2013-03-25T23:46:08.82</ChangeStamp>
<ChangedByUser>pbacigalupi</ChangedByUser>
<CreateStamp>2013-03-23T16:05:33.937</CreateStamp>
<CreatedByUser>pbacigalupi</CreatedByUser>
<DeleteLocked>false</DeleteLocked>
<Description>Peter Test</Description>
<ExposeHomePortal>false</ExposeHomePortal>
<ExposeVisitorPortal>false</ExposeVisitorPortal>
<ListCode>668487</ListCode>
<ListName>Peter Test</ListName>
<ListSize>1</ListSize>
<ListType>List</ListType>
<PendingApprovalCount>0</PendingApprovalCount>
<SubscriptionRequiresApproval>false</SubscriptionRequiresApproval>
</ContactList>
<ContactList>
<ChangeStamp>2013-03-21T13:13:40.27</ChangeStamp>
<ChangedByUser>sample</ChangedByUser>
<CreateStamp>2013-03-21T13:13:17.477</CreateStamp>
<CreatedByUser>sample</CreatedByUser>
<DeleteLocked>false</DeleteLocked>
<Description></Description>
<ExposeHomePortal>false</ExposeHomePortal>
<ExposeVisitorPortal>false</ExposeVisitorPortal>
<ListCode>668477</ListCode>
<ListName>Nick - Test New</ListName>
<ListSize>1</ListSize>
<ListType>List</ListType>
<PendingApprovalCount>0</PendingApprovalCount>
<SubscriptionRequiresApproval>false</SubscriptionRequiresApproval>
</ContactList>
</ArrayOfContactList>