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);
});
Language
Authorization
Header
Click Try It! to start a request and see the response here!