List journal entries
GEThttps://sandbox.api.lendeasy.ai/v1/journalentries Bearer token ·
READ_JOURNALENTRYLists balanced ledger entries by account, office, loan, transaction, date range, and manual-entry flag, using the native totalFilteredRecords envelope.
Path & query parameters
| Field | Type | Description |
|---|---|---|
| LendEasy-Tenant required in header | string | Tenant selector: lowercase letters, digits, and hyphens, 1-64 characters. Exactly one instance; the only tenant selector honored. |
| glAccountId optional in query | integer | Filter by ledger account. |
| loanId optional in query | integer | Filter by loan. |
| transactionId optional in query | string | Filter by source transaction. |
| entityType optional in query | integer | Filter by source entity type. |
| manualEntriesOnly optional in query | boolean | Restrict to manual entries. |
| fromDate optional in query | string | Inclusive transaction-date lower bound. |
| toDate optional in query | string | Inclusive transaction-date upper bound. |
| offset optional in query | integer | Zero-based offset into the result set. |
| limit optional in query | integer | Maximum records to return. |