//-- Intent: retrieve the records for the fax alerts sent for job 1546907. --// //-- This will retrieve the 1st page of 5 records. --// $.ajax({ type: "GET", contentType: "application/json; charset=utf-8", headers: {"SwiftAPI-Key": "12345"}, url: "http://api.v4.swiftreach.com/api/Alerts/Reports/Fax/1546907/0/5", dataType: "json" success: function(result) { // Do something with the result } }); //-- Return Value --// [{ "BeginStamp":"3/5/2013 11:02:49 AM", "EndStamp":"3/5/2013 11:03:19 AM", "OutboundMinutes":1.0, "CallResult":4, "Digits":"", "Phone":"2012361222", "JobCode":1546907, "ListCode":0, "CustomerCode":200201, "ResponseRequired":false, "ResponseResult":"-1", "RetryCount":0, "ReplayCount":0, "CallType":0, "ConnectStamp":"3/5/2013 11:02:53 AM", "PhoneIndex":0, "CauseCode":0, "CompletePlayback":true, "DetectedAnsweringMachine":false, "PinValidated":false, "Language":"English", "UserInput":null, "HasFeedback":false, "Address1":"", "City":"", "StateProv":"", "PostalCode":"", "County":"", "Latitude":0.0, "Longitude":0.0, "EntityName":"sample", "EntityGuid":"cad50a1d-f0bf-45d7-992f-787b22fadf6d" }]