GET api/InvestorRelation/APIConnection?investorId={investorId}
Proxies to Trading API GET .../investor-accounts-activity/accounts?investorId= and returns the same account array.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| investorId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of TradingInvestorAccountItem| Name | Description | Type | Additional information |
|---|---|---|---|
| AccountID | integer |
None. |
|
| ApiKey | string |
None. |
|
| ClientKey | string |
None. |
|
| AccountNumber | string |
None. |
|
| BrokerName | string |
None. |
|
| AccountCurrency | string |
None. |
|
| InvestorID | integer |
None. |
|
| AccountTypeID | integer |
None. |
|
| PlatformTypeID | integer |
None. |
|
| StrategyID | integer |
None. |
|
| InvestedAmount | decimal number |
None. |
|
| DropDown | decimal number |
None. |
|
| AccountTypeName | string |
None. |
|
| PlatformName | string |
None. |
|
| WorkFlowTypeID | integer |
None. |
|
| WorkflowName | string |
None. |
|
| Asset | string |
None. |
|
| IsActive | boolean |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"AccountID": 1,
"ApiKey": "sample string 2",
"ClientKey": "sample string 3",
"AccountNumber": "sample string 4",
"BrokerName": "sample string 5",
"AccountCurrency": "sample string 6",
"InvestorID": 7,
"AccountTypeID": 8,
"PlatformTypeID": 9,
"StrategyID": 10,
"InvestedAmount": 1.0,
"DropDown": 1.0,
"AccountTypeName": "sample string 11",
"PlatformName": "sample string 12",
"WorkFlowTypeID": 1,
"WorkflowName": "sample string 13",
"Asset": "sample string 14",
"IsActive": true
},
{
"AccountID": 1,
"ApiKey": "sample string 2",
"ClientKey": "sample string 3",
"AccountNumber": "sample string 4",
"BrokerName": "sample string 5",
"AccountCurrency": "sample string 6",
"InvestorID": 7,
"AccountTypeID": 8,
"PlatformTypeID": 9,
"StrategyID": 10,
"InvestedAmount": 1.0,
"DropDown": 1.0,
"AccountTypeName": "sample string 11",
"PlatformName": "sample string 12",
"WorkFlowTypeID": 1,
"WorkflowName": "sample string 13",
"Asset": "sample string 14",
"IsActive": true
}
]