Endpoint Parameters

  • Request parameters

    Name Type Origin Description
    ClientKey ClientKey Route The client key
    MockDataId String Query-String Optional Mock Data Parameter
  • 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 StandardPeriodsAccountValues [] 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 /hist/v3/accountvalues/6Fs62FqtJTLHcQbq4koW2Q==?MockDataId={MockDataId}
  • Response Example

    Response body
    {
      "Data": [
        {
          "AccountValue": 5028322.26953125,
          "AccountValueMonth": 1510.67004394531,
          "AccountValueYear": 0,
          "Key": "WMhrJRysCuCFlMbcGFvPVA==",
          "KeyType": "Account"
        },
        {
          "AccountValue": 1000,
          "AccountValueMonth": 0,
          "AccountValueYear": 0,
          "Key": "076n7v5YfRys3|tNojPVcA==",
          "KeyType": "Account"
        },
        {
          "AccountValue": 5028469.04129028,
          "AccountValueMonth": 1510.67004394531,
          "AccountValueYear": 0,
          "Key": "xwhUCDYh8X|pIwV|og2Qag==",
          "KeyType": "Client"
        }
      ]
    }