Ledger
List all Ledgers for a Business
API Overview
Journal Entry
Reports
Ledger
List all Ledgers for a Business
GET
/
v0
/
business
/
{business_id}
/
ledger
curl --request GET \
--url https://api.sandbox.getasset.com/v0/business/{business_id}/ledger \
--header 'Authorization: Bearer <token>'
{
"data": [
{
"business_id": "<string>",
"name": "<string>",
"type": "asset",
"subtype": "current_asset",
"special_ledger_type": "uncategorized_inflow",
"financial_account_type": "bank_account",
"debit_credit": "debit",
"sort_code": "<string>",
"editable": true,
"report_cash_flow": true,
"parent_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"id": "<string>"
}
]
}
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Path Parameters
Response
200
application/json
Successful Response
The ID of the Business that is associated with the Ledger
Maximum length:
255
Available options:
asset
, liability
, equity
, revenue
, expense
Available options:
current_asset
, fixed_asset
, other_asset
, uncategorized_asset
, current_liability
, long_term_liability
, operating_revenue
, other_inflow
, cost_of_goods_sold
, operating_expense
, other_outflow
, contribution
, distribution
, common_stock
, preferred_stock
, additional_capital
, opening_balance
, retained_earnings
Available options:
uncategorized_inflow
, uncategorized_outflow
, opening_balances
, transfers
Available options:
bank_account
, credit_card
, prepaid_card
, payments
, payroll
, loan
, accounts_receivable
, accounts_payable
Available options:
debit
, credit
The ID of the Ledger
curl --request GET \
--url https://api.sandbox.getasset.com/v0/business/{business_id}/ledger \
--header 'Authorization: Bearer <token>'
{
"data": [
{
"business_id": "<string>",
"name": "<string>",
"type": "asset",
"subtype": "current_asset",
"special_ledger_type": "uncategorized_inflow",
"financial_account_type": "bank_account",
"debit_credit": "debit",
"sort_code": "<string>",
"editable": true,
"report_cash_flow": true,
"parent_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"id": "<string>"
}
]
}