VRPlatformVRPlatform
Reports

/reports/balance-sheet

Balance sheet report by month, quarter, year, party, or ledger (as-of view)

GET
/reports/balance-sheet
X-API-Key<token>

API key provided in dashboard

In: header

Query Parameters

startDate?string
endDate?string
party?string
Value in"owners" | "manager"
view?string
Value in"party" | "ledger" | "month" | "quarter" | "year"
ledger?string
Value in"trust" | "operating"

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

curl -X GET "https://api.vrplatform.app/reports/balance-sheet"
{
  "balanceSheet": {
    "id": "string",
    "title": "string",
    "values": [
      {
        "id": "string",
        "title": "string",
        "total": 0
      }
    ],
    "total": 0,
    "categories": [
      {
        "id": "string",
        "title": "string",
        "values": [
          {
            "id": "string",
            "title": "string",
            "total": 0
          }
        ],
        "total": 0,
        "accounts": [
          {
            "id": "string",
            "title": "string",
            "categoryId": "string",
            "party": "owners",
            "values": [
              {
                "id": "string",
                "title": "string",
                "total": 0
              }
            ],
            "total": 0
          }
        ]
      }
    ],
    "groups": [
      {
        "id": "string",
        "title": "string",
        "values": [
          {
            "id": "string",
            "title": "string",
            "total": 0
          }
        ],
        "total": 0,
        "categories": [
          {
            "id": "string",
            "title": "string",
            "values": [
              {
                "id": "string",
                "title": "string",
                "total": 0
              }
            ],
            "total": 0,
            "accounts": [
              {
                "id": "string",
                "title": "string",
                "categoryId": "string",
                "party": "owners",
                "values": [
                  {
                    "id": "string",
                    "title": "string",
                    "total": 0
                  }
                ],
                "total": 0
              }
            ]
          }
        ],
        "groups": [
          {
            "id": "string",
            "title": "string",
            "values": [
              {
                "id": "string",
                "title": "string",
                "total": 0
              }
            ],
            "total": 0,
            "categories": [
              {
                "id": "string",
                "title": "string",
                "values": [
                  {
                    "id": "string",
                    "title": "string",
                    "total": 0
                  }
                ],
                "total": 0,
                "accounts": [
                  {
                    "id": "string",
                    "title": "string",
                    "categoryId": "string",
                    "party": "owners",
                    "values": [
                      {
                        "id": "string",
                        "title": "string",
                        "total": 0
                      }
                    ],
                    "total": 0
                  }
                ]
              }
            ],
            "groups": [
              {
                "id": "string",
                "title": "string",
                "values": [
                  {
                    "id": "string",
                    "title": "string",
                    "total": 0
                  }
                ],
                "total": 0,
                "categories": [
                  {
                    "id": "string",
                    "title": "string",
                    "values": [
                      {
                        "id": "string",
                        "title": "string",
                        "total": 0
                      }
                    ],
                    "total": 0,
                    "accounts": [
                      {
                        "id": "string",
                        "title": "string",
                        "categoryId": "string",
                        "party": "owners",
                        "values": [
                          {
                            "id": "string",
                            "title": "string",
                            "total": 0
                          }
                        ],
                        "total": 0
                      }
                    ]
                  }
                ]
              }
            ]
          }
        ]
      }
    ]
  }
}
{
  "code": "string",
  "message": "string",
  "issues": [
    {
      "message": "string"
    }
  ],
  "context": null
}
{
  "code": "string",
  "message": "string",
  "issues": [
    {
      "message": "string"
    }
  ],
  "context": null
}
{
  "code": "string",
  "message": "string",
  "issues": [
    {
      "message": "string"
    }
  ],
  "context": null
}
{
  "code": "string",
  "message": "string",
  "issues": [
    {
      "message": "string"
    }
  ],
  "context": null
}
{
  "code": "string",
  "message": "string",
  "issues": [
    {
      "message": "string"
    }
  ],
  "context": null
}