AlphaAlpha Docs
API ReferenceFinance accounts

Get monthly account snapshots

Retrieves monthly snapshots for a subsidiary

GET
/finance/accounts/snapshot/{subsidiaryId}
AuthorizationBearer <token>

In: header

Path Parameters

subsidiaryId*string

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/snapshot/string?months=string"
[
  {
    "children": [
      {
        "children": [],
        "currency": "string",
        "id": "string",
        "monthlySnapshots": [
          {
            "balance": 0.1,
            "month": "string"
          }
        ],
        "name": "string",
        "number": "string",
        "tags": [
          {
            "key": "string",
            "value": "string"
          }
        ],
        "type": "ASSET"
      }
    ],
    "currency": "string",
    "id": "string",
    "monthlySnapshots": [
      {
        "balance": 0.1,
        "month": "string"
      }
    ],
    "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"
}