//-- Intent: verify that all audio file recording fragments exist for --//
//-- voice message with voicecode of 100000 --//



$.ajax({
  type: "GET",
  contentType: "application/json; charset=utf-8",
  headers: {"SwiftAPI-Key": "12345"},
  url: "http://api.v4.swiftreach.com/api/Messages/Voice/IsMessageRecorded/100000",
  dataType: "json"
  success: function(result) {
        // Do something with the result
    }

});

<!-- example return value -->
true