<!-- Intent: retrieve a list of existing fax messages
	GET to the following url
	http://api.v4.swiftreach.com/api/Messages/Fax/List
	-->

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

<!-- example return values -->
<ArrayOfMessage xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SwiftReach.Swift911.Core.Messages.Voice">
<Message>
<ChangeStamp>2012-07-30T15:35:36.303</ChangeStamp>
<ChangedByUser/>
<CreateStamp>2012-07-30T15:35:36.303</CreateStamp>
<CreatedByUser>sample</CreatedByUser>
<DeleteLocked>true</DeleteLocked>
<Description>This is a test message - Deletable</Description>
<LastUsed>0001-01-01T00:00:00</LastUsed>
<Name>Bob's Test Fax</Name>
<Visibility>Visible</Visibility>
<VoiceCode>644047</VoiceCode>
<VoiceType>fax_message</VoiceType>
</Message>
<Message>
<ChangeStamp>2012-09-14T10:24:53.987</ChangeStamp>
<ChangedByUser/>
<CreateStamp>2012-09-14T10:24:53.987</CreateStamp>
<CreatedByUser>sample</CreatedByUser>
<DeleteLocked>false</DeleteLocked>
<Description>this is a test of a fax message</Description>
<LastUsed>2012-09-14T13:09:11.147</LastUsed>
<Name>Test Fax</Name>
<Visibility>Visible</Visibility>
<VoiceCode>646607</VoiceCode>
<VoiceType>fax_message</VoiceType>
</Message>
</ArrayOfMessage>