200 Successful Response
Schema: LedgerListResponse
-
itemsarray · LedgerResponse requiredLedgerResponse -
List of items
23 fields
-
idstring required -
Ledger UUID.
-
teal_ledger_idstring -
Linked Teal accounting system ID.
-
namestring required -
Account name.
-
currencystring -
Currency for this account (USD, CAD, AUD, EUR, or GBP).
-
typestring required -
Account type: asset, liability, equity, revenue, expense.
-
balanceinteger -
Current balance in cents (may be negative).
-
parent_idstring -
Parent ledger UUID for sub-accounts.
-
descriptionstring -
Account description.
-
statusstring -
Status: 'active' or 'inactive'.
-
debit_creditstring -
Normal balance: 'debit' or 'credit'.
-
sort_codestring -
Sort code for chart ordering.
-
sub_typestring -
Sub-classification for reporting.
-
report_cash_flowboolean -
Whether included in cash flow statement.
-
cash_flow_sectionCashFlowSectionEnum -
Cash flow statement section: 'operating', 'investing', 'financing', or 'excluded'.
-
cfs_classCashFlowClassEnum -
Indirect-method cash flow classification used to populate the Statement of Cash Flows.
-
editableboolean -
Whether journal entries can be manually posted to this account.
-
financial_account_typestring -
Template type if created in Templated Mode.
-
is_requiredboolean -
True for system-required accounts that cannot be deleted.
-
system_keystring -
Immutable key for system/base ledgers (e.g. 'accounts_receivable'). Null for user-created ledgers.
-
teal_account_link_idstring -
UUID of the TealAccountLink if this ledger is connected to a bank/Plaid source account. Null for unlinked ledgers.
-
business_idstring -
Business UUID.
-
created_atstring · date-time -
Creation timestamp.
-
updated_atstring · date-time -
Last update timestamp.
-
-
totalinteger -
Total number of items (null when not calculated for performance)
-
limitinteger -
Pagination limit
-
next_cursorstring -
Cursor for next page
-
prev_cursorstring -
Cursor for previous page
-
has_nextboolean required -
Whether there are more items
-
has_prevboolean required -
Whether there are previous items