SPlus.List.getItemsWithOptions (url, options, function (items){
//TODO: Go through the items array and implement what to do with each item
}, function (errorResponse){
//TODO: Implement how to handle errors
}, function (cancelResponse){
//TODO: Implement how to handle a user’s cancel
});