---
title: "List Balance Sheets report"
method: GET
path: "/v2/visualizations/balanceSheets"
tags: ["Visualizations"]
---

# List Balance Sheets report

`GET /v2/visualizations/balanceSheets`

**Supported for:**

`freshbooks` `quickbooks` `quickbooksDesktop` `xero` `dynamicsBusinessCentral` `zohoBooks` `byod`

## Query parameters

- `connectionUuid` string, required
- `startDate` string, required
- `endDate` string, required
- `reportFrequency` 'month' | 'quarter' | 'year', required
- `accountingMethod` 'cash' | 'accrual'

## Response `200`

Successfully returned balance sheets

- object
  - `meta` object, required
    - `reportId` string[], required
    - `serviceName` 'freshbooks' | 'quickbooks' | 'quickbooksDesktop' | 'xero' | 'oracleNetsuite' | 'sageBusinessCloud' | 'sageIntacct' | 'dynamicsBusinessCentral' | 'dynamics365Finance' | 'wave' | 'myob' | 'zohoBooks' | 'byod', required
    - `businessName` string, required
    - `endDate` string, required — if report frequency is monthly, end date is maximum of 12 months from start date, if quaterly, its a maximum of 3 years from start date, if yearly, its maximum of 12 years from start date
    - `startDate` string, required
    - `reportFrequency` 'month' | 'quarter' | 'year', required
    - `currency` string[], required
  - `data` object[], required
    - `period` object, required
      - `year` number, required
      - `month` number, required
      - `quarter` number, required
      - `day` number, required
      - `date` string, required
    - `currentAssets` number
    - `nonCurrentAssets` number
    - `currentLiabilities` number
    - `nonCurrentLiabilities` number
    - `equity` number, required

## Other responses

- `202` — Data in pending state
- `204` — No data available
- `400` — Bad Request Error - Thrown if fields sent via query does not follow specifications
- `401` — Unauthorized - Not logged in or log in expired
- `403` — Forbidden - Not enough permission
- `500` — Server Error

---

[API](https://skmtc.net/railz/apis/fis-accounting-data-as-a-service-api.md) · [All operations](https://skmtc.net/railz/apis/fis-accounting-data-as-a-service-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/railz/fis-accounting-data-as-a-service-api/revisions/5cdfae3fa1fa/schema)
