v1
latestOpenAPI 3.1.02026-07-26549156879.0 KBFinance > JournalEntry
Reads all Journal entries
Reads all Journal entries
get/api/2026-07-01/resources/finance/journal_entries
Query parameters
ids[]string[]
Filter by JournalEntry IDs
Filter by JournalEntry IDs
[ "4321" ]
legal_entity_ids[]string[]
Filter by Legal Entity IDs
Filter by Legal Entity IDs
[ "1001" ]
source_ids[]string[]
Filter by Source IDs
Filter by Source IDs
[ "15" ]
source_type'bank_transaction' | 'invoice' | 'reconciliation' | 'finance_reconciliation' | 'account' | 'expense' | 'payroll_result' | 'journal_entry'
Filter by related source type
Example:bank_transaction
Filter by related source type
types[]string[]
Filter by entry type
Filter by entry type
[ "bank", "invoice", "credit_note", "receipt" ]
status'published' | 'reversed'
Filter by Journal Entry Status
Example:published
Filter by Journal Entry Status
updated_fromstring
Start date for filtering journal entries records based on their last update.
Example:2025-01-01
Start date for filtering journal entries records based on their last update.
Response
OK
Example response
{
"data": [
{
"id": "4321",
"number": 1,
"published_at": "2025-01-01T00:00:00.000Z",
"type": "bank",
"source_id": "15",
"source_type": "bank_transaction",
"reference_date": "2025-01-01",
"description": "Payment for invoice",
"legal_entity_id": "1001",
"external_id": "EXT-001",
"status": "published",
"updated_at": "2025-01-01T00:00:00.000Z"
}
]
}