GET
/
accounting
/
balancesheets
/
{id}

Authorizations

x-api-key
string
header
required

Headers

x-connection-token
string
required

The connection token

Path Parameters

id
string
required

id of the balancesheet you want to retrieve.

Query Parameters

remote_data
boolean

Set to true to include data from the original Accounting software.

Response

200 - application/json
assets
string[] | null

The list of assets

company_info_id
string | null

The UUID of the associated company info

created_at
string | null

The created date of the balance sheet record

currency
string | null

The currency used in the balance sheet

date
string | null

The date of the balance sheet

equity
string[] | null

The list of equity items

field_mappings
object | null

The custom field mappings of the object between the remote 3rd party & Panora

id
string | null

The UUID of the balance sheet record

liabilities
string[] | null

The list of liabilities

line_items
object[]

The report items associated with this balance sheet

modified_at
string | null

The last modified date of the balance sheet record

name
string | null

The name of the balance sheet

net_assets
number | null

The net assets value

remote_data
object | null

The remote data of the balance sheet in the context of the 3rd Party

remote_generated_at
string | null

The date when the balance sheet was generated in the remote system

remote_id
string | null

The remote ID of the balance sheet in the context of the 3rd Party