List journal entries (keyset window)
Accounting
List journal entries (keyset window)
Newest first with database-side text search (q over description and entry number), account, period, and amount filters. The account and period filters together are the GL drill-through. The first page carries the filtered whole-journal total.
GET
List journal entries (keyset window)
Authorizations
Portal API key minted in portal Settings → API access. Scope read or write; pinned to one company. Send as Authorization: Bearer lac_sk_....
Query Parameters
Required range:
x <= 500Maximum string length:
200Earliest accounting period (YYYY-MM). Cannot be combined with period.
Pattern:
^[0-9]{4}-(0[1-9]|1[0-2])$Latest accounting period (YYYY-MM). Cannot be combined with period.
Pattern:
^[0-9]{4}-(0[1-9]|1[0-2])$Earliest entry date (YYYY-MM-DD).
Latest entry date (YYYY-MM-DD).