v1

latestOpenAPI 3.0.3Apache 2.02026-08-062991191002.1 KB
LedgerEntry

Retrieves the collection of LedgerEntry resources.

Retrieves the collection of LedgerEntry resources.

get/ledger_entries

Query parameters

pageinteger

The collection page number

itemsPerPageinteger

The number of items per page

Response

LedgerEntry collection

idstring
integrationstring

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

srcIdstring

Unique identifier for each journal

createdstring date-time nullable

Created date and time of the entry

modifiedstring date-time nullable

Last modified time of the entry

datestring nullable

Date of the ledger entry

creditinteger nullable

Credit amount of the ledger entry

debitinteger nullable

Debit amount of the ledger entry

journalCodestring nullable

Journal code of the entry

descriptionstring nullable

Description of the ledger entry

ledgerAccountstring nullable

Ledger account id

Example response

[
  {
    "integration": "quickbooks"
  }
]