v1
latestOpenAPI 3.1.02026-07-26549156879.0 KBReads all Journal lines
Reads all Journal lines
Query parameters
Filter by specific JournalLine IDs
Filter by specific JournalLine IDs
[ "1234" ]
Filter by specific JournalEntry IDs
Filter by specific JournalEntry IDs
[ "4321" ]
Filter by specific Account IDs
Filter by specific Account IDs
[ "9876" ]
Filter by JournalEntry types, accepted values: bank, bill, invoice, credit_note, merged_ledger_account, reconciliation, tax, receipt, payroll_result, external
Filter by JournalEntry types, accepted values: bank, bill, invoice, credit_note, merged_ledger_account, reconciliation, tax, receipt, payroll_result, external
[ "bank", "bill", "invoice", "credit_note", "merged_ledger_account", "reconciliation", "tax", "receipt", "payroll_result", "external" ]
The reconciliation status of the journal line
The reconciliation status of the journal line
Start date for filtering journal line records based on their last update.
Start date for filtering journal line records based on their last update.
Response
OK
Example response
{
"data": [
{
"id": "1234",
"number": 1,
"credit_amount_cents": 100,
"journal_entry_id": "4321",
"account_id": "9876",
"fully_reconciled_at": "2025-01-01T00:00:00.000Z",
"external_id": "EXT-LINE-001",
"updated_at": "2025-01-01T00:00:00.000Z"
}
]
}