<!-- Intent: retrieve the records for the voice link alerts sent for job 1546957.
	This will retrieve the 1st page of 5 records sorted by BeginStamp
	in an Ascending direction.
	GET to the following url
	http://api.v4.swiftreach.com/api/Alerts/Reports/Link/1546957/0/5/BeginStamp/ASC
	-->

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

<!-- example return value -->
<ArrayOfLinkCallRecord xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SwiftReach.Swift911.Core.Reports.Voice">
<LinkCallRecord>
<Address1>14 industrial ave</Address1>
<City>Mahwah</City>
<County/>
<EntityGuid>fff8b034-1e34-43eb-878e-3c237555005c</EntityGuid>
<EntityName>Nick</EntityName>
<Latitude>0</Latitude>
<Longitude>0</Longitude>
<PostalCode>07430</PostalCode>
<StateProv>NJ</StateProv>
<BeginStamp>3/5/2013 11:43:38 AM</BeginStamp>
<CallResult>call_answered</CallResult>
<CallType>0</CallType>
<CauseCode>16</CauseCode>
<CompletePlayback>false</CompletePlayback>
<ConnectStamp>3/5/2013 11:43:51 AM</ConnectStamp>
<CustomerCode>200201</CustomerCode>
<DetectedAnsweringMachine>false</DetectedAnsweringMachine>
<Digits>8</Digits>
<EndStamp>3/5/2013 11:44:02 AM</EndStamp>
<HasFeedback>false</HasFeedback>
<JobCode>1546957</JobCode>
<Language>English</Language>
<ListCode>667987</ListCode>
<OutboundMinutes>1</OutboundMinutes>
<Phone>2012361344</Phone>
<PhoneIndex>0</PhoneIndex>
<PinValidated>false</PinValidated>
<ReplayCount>0</ReplayCount>
<ResponseRequired>false</ResponseRequired>
<ResponseResult>-1</ResponseResult>
<RetryCount>0</RetryCount>
<UserInput/>
<BridgeMinutes>0</BridgeMinutes>
<BridgePhone>2012368625</BridgePhone>
<BridgeResult>call_answered</BridgeResult>
</LinkCallRecord>
</ArrayOfLinkCallRecord>