AlphaAlpha Docs
API ReferenceFinance accounts

Get consolidated monthly account snapshots for children

Retrieves consolidated snapshots for child accounts

GET
/finance/accounts/consolidated/children/snapshot
AuthorizationBearer <token>

In: header

Query Parameters

months*array<string>

Response Body

application/json

application/json

application/json

application/json

application/json

curl -X GET "http://localhost:18080/api/v1/finance/accounts/consolidated/children/snapshot?months=string"
[
  {
    "children": [
      {
        "children": [],
        "currency": "string",
        "id": "string",
        "monthlySnapshots": [
          {
            "month": "string",
            "subsidiaryValue": {
              "property1": 0.1,
              "property2": 0.1
            },
            "total": 0.1
          }
        ],
        "name": "string",
        "number": "string",
        "tags": [
          {
            "key": "string",
            "value": "string"
          }
        ],
        "type": "ASSET"
      }
    ],
    "currency": "string",
    "id": "string",
    "monthlySnapshots": [
      {
        "month": "string",
        "subsidiaryValue": {
          "property1": 0.1,
          "property2": 0.1
        },
        "total": 0.1
      }
    ],
    "name": "string",
    "number": "string",
    "tags": [
      {
        "key": "string",
        "value": "string"
      }
    ],
    "type": "ASSET"
  }
]
{
  "detail": "string",
  "time": "2019-08-24T14:15:22Z",
  "title": "string"
}
{
  "detail": "string",
  "time": "2019-08-24T14:15:22Z",
  "title": "string"
}
{
  "detail": "string",
  "time": "2019-08-24T14:15:22Z",
  "title": "string"
}
{
  "detail": "string",
  "time": "2019-08-24T14:15:22Z",
  "title": "string"
}