VRPlatformVRPlatform
Reports

/reports/balance-sheet/csv

Balance sheet report (CSV)

GET
/reports/balance-sheet/csv
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/csv"
{
  "url": "string"
}
{
  "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
}