get
https://api.praemium.co.uk/public/api/accountweightings/
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
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);
});
