GET
/
v0
/
reports
/
balance-sheet

Authorizations

Authorization
string
headerrequired

The access token received from the authorization server in the OAuth 2.0 flow.

Headers

teal-instance-id
string
required

The Teal instance ID

Query Parameters

end_date
string
required

The balance sheet as of the end date (inclusive). The start date for a balance sheet is always the entries_start date of the Instance.

include_empty
boolean
default: true

Whether to include empty ledgers with no line entries. Only available for Platform GL instances.

tag_ids
string

Comma-separated list of tag IDs for filtering. Requires a Tier 3 subscription

Response

200 - application/json
records
object[]
required

A list of Records that represents either a ledger or a groups of ledgers.

Records that are groups of ledgers are grouped by balance sheet type: asset, liability, and equity, in that order, and then by sub_type. Within each sub_type group, Ledger objects are ordered by sort_code.