/api/accountweightings/:accountCode

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

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);
});
Path Params
string
required

The Account Code of the Account you want to return.

Headers
string
enum
Defaults to application/json

Generated from available response content types

Allowed:
Responses

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json
text/plain