in case it is not ODataModel
$.ajax({ type : "GET", async : true, url : "<YOUR URL>", contentType : "application/json; charset=utf-8", dataType : "json", success : function(data) { }, error : function(err, msg) { }
});in case it is not ODataModel
$.ajax({ type : "GET", async : true, url : "<YOUR URL>", contentType : "application/json; charset=utf-8", dataType : "json", success : function(data) { }, error : function(err, msg) { }
});