Endpoint Parameters
-
Request parameters
There are no Request Parameters
-
Response Parameters
View Response CodesName Type Description __count Number The total count of items in the feed. __next String The link for the next page of items in the feed. Data TradeLeaderSummary [] The collection of entities for this feed. MaxRows Number The maximum number of rows that can be returned (if applicable). -
Request Example
Request URL
GET /at/v3/investments/summaries
-
Response Example
Response body
{ "Data": [ { "CategoryName": "Balanced Portfolios", "Currency": "GBP", "Investments": [ { "AccountId": "SAMGS*585220", "ClientId": 2147279411, "InitialFunding": 1000000, "InvestmentStartDateTime": "2024-11-19T09:18:13.215427Z", "IsActive": true, "PendingFunding": 0, "StateName": "Ready", "SuitabilityLevel": "VeryHigh", "TimeWhenStateModified": "2024-12-18T09:18:13.215427Z" } ], "MinimumFundingAmount": 10000, "MostRecentStart": { "AccountId": "SAMGS*585220", "ClientId": 2147279411, "TimeWhenStateModified": "2024-12-18T09:18:13.215427Z" }, "NumberOfFollowers": 1, "Products": "CFDs", "ReturnPercentage": 0.95, "StateOfLeader": "Ready", "StrategyName": "Moderate Portfolio (GBP)", "SuitabilityLevel": "High", "TradeLeaderId": "77", "TradeLeaderOptions": "UsExchanges" } ] }