modelInstance.fetch({ url : urlstring, silent : (boolean), success: function (modelInstance) { console.log(modelInstance.toJSON()); }, error: function(model, resp){} })
modelInstance.fetch({ url : urlstring, silent : (boolean), success: function (modelInstance) { console.log(modelInstance.toJSON()); }, error: function(model, resp){} })