---
title: "Retrieves report for balancesheet"
method: GET
path: "/Reports/BalanceSheet"
tags: ["Accounting"]
---

# Retrieves report for balancesheet

`GET /Reports/BalanceSheet`

## Query parameters

- `date` string, date
- `periods` integer
- `timeframe` 'MONTH' | 'QUARTER' | 'YEAR'
- `trackingOptionID1` string
- `trackingOptionID2` string
- `standardLayout` boolean
- `paymentsOnly` boolean

## Response `200`

Success - return response of type ReportWithRows

- ReportWithRows
  - `Reports` ReportWithRow[]
    - `ReportID` string — ID of the Report
    - `ReportName` string — Name of the report
    - `ReportTitle` string — Title of the report
    - `ReportType` string — The type of report (BalanceSheet,ProfitLoss, etc)
    - `ReportTitles` string[] — Report titles array (3 to 4 strings with the report name, orgnisation name and time frame of report)
    - `ReportDate` string — Date of report
    - `Rows` ReportRows[]
      - `RowType` 'Header' | 'Section' | 'Row' | 'SummaryRow'
      - `Title` string
      - `Cells` ReportCell[]
        - `Value` string
        - `Attributes` ReportAttribute[]
          - `Id` string
          - `Value` string
      - `Rows` ReportRow[]
        - `RowType` 'Header' | 'Section' | 'Row' | 'SummaryRow'
        - `Title` string
        - `Cells` ReportCell[]
          - `Value` string
          - `Attributes` ReportAttribute[]
            - `Id` string
            - `Value` string
    - `UpdatedDateUTC` string — Updated Date
    - `Fields` ReportFields[]
      - `FieldID` string
      - `Description` string
      - `Value` string

---

[API](https://skmtc.net/xeroapi/apis/xero-accounting-api.md) · [All operations](https://skmtc.net/xeroapi/apis/xero-accounting-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/xeroapi/xero-accounting-api/versions/dc231cafd8de/schema)
