v1

latestOpenAPI 3.0.3Apache 2.02026-08-062991191002.1 KB
LedgerAccounts

Retrieves the collection of LedgerAccounts resources.

Retrieves the collection of LedgerAccounts resources.

get/ledger_accounts

Query parameters

pageinteger

The collection page number

itemsPerPageinteger

The number of items per page

Response

LedgerAccounts collection

idstring
integrationstring

The key of the integration source e.g. "quickbooks", or "xero"

srcIdstring

Unique identifier for each ledger account

createdstring date-time nullable

Created date and time of the ledger account

modifiedstring date-time nullable

Last modified date and time of the ledger account

ledgerAccountGroupstring nullable

Group of the ledger account

namestring nullable

Name of the ledger account

balanceinteger nullable

Balance of the ledger account

credit_or_debitstring nullable

Is ledger account debit or credit

creditsinteger nullable

Credit amount of ledger account

debitsinteger nullable

Debit amount of the ledger account

startstring date-time

Balance calculated from this date

endstring date-time

Balance calculated from this date

creditOrDebitstring nullable

Example response

[
  {
    "integration": "quickbooks"
  }
]