get https://api.praemium.co.uk/public/api/accountweightings/
This route will return the current model weightings for the supplied account Id. The weightings property contains an array of Model Ids and decimal weightings.
$.get(baseUrl + '/api/accountweighting/' + accountCode, function(data) {
console.log(data);
});