Endpoint Parameters

  • Request parameters

    There are no Request Parameters

  • Response Parameters

    View Response Codes
    Name 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-03-20T04:42:28.638703Z",
              "IsActive": true,
              "PendingFunding": 0,
              "StateName": "Ready",
              "SuitabilityLevel": "VeryHigh",
              "TimeWhenStateModified": "2024-04-19T04:42:28.638703Z"
            }
          ],
          "MinimumFundingAmount": 10000,
          "MostRecentStart": {
            "AccountId": "SAMGS*585220",
            "ClientId": 2147279411,
            "TimeWhenStateModified": "2024-04-19T04:42:28.638703Z"
          },
          "NumberOfFollowers": 1,
          "Products": "CFDs",
          "ReturnPercentage": 0.95,
          "StateOfLeader": "Ready",
          "StrategyName": "Moderate Portfolio (GBP)",
          "SuitabilityLevel": "High",
          "TradeLeaderId": "77",
          "TradeLeaderOptions": "UsExchanges"
        }
      ]
    }