Get journal entry detail
Get detailed information about a specific journal entry including:
- Full entry information
- All debit/credit lines with account details
- Accounting period information
- Source information with linked documents (invoices, bills, payments, etc.)
- Bank transaction details if reconciled
- Status and audit trail
Documentation Index
Fetch the complete documentation index at: https://docs.thredfi.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Partner-level JWT token (unscoped). Token payload includes partner_id. Business access is validated via partner ownership. Format: Bearer <your-jwt-token>
Use this for: Multi-business operations where the business_id is specified in the URL and partner has access to multiple businesses.
Path Parameters
Business UUID
Journal Entry UUID
Response
Detailed serializer for journal entry with all lines.
Unique journal entry identifier
Sequential journal entry number (e.g., 'JE-2024-0042')
Date of the journal entry (YYYY-MM-DD)
Journal entry reference number or source document reference
Journal entry description
Entry currency from business base currency (GBP, EUR, USD)
Total debit amount in cents (sum of all debit lines)
Total credit amount in cents (sum of all credit lines)
Whether debits equal credits (balanced entry required for posting)
Creator type: ai, manual, system, import
ai- AI Systemmanual- Manual Entrysystem- System Generatedimport- Data Import
ai, manual, system, import Human-readable creator type
Entry status: draft, approved, rejected
draft- Draftapproved- Approvedrejected- Rejected
draft, approved, rejected Human-readable status
Whether entry is posted to ledger (affects account balances)
Timestamp when entry was posted to ledger (null if not posted)
Linked bank transaction UUID (null if not from bank feed)
Source document type (invoice, bill, payment, bank_transaction, etc.)
Source document reference number
Timestamp when entry was created
Accounting period this entry belongs to (year, month, period name, status)
All debit and credit lines for this journal entry
Source document information (invoice, bill, bank transaction, etc.) with links to original documents
Last update timestamp
Reason for rejection if status is rejected (null otherwise)
Timestamp when entry was rejected (null if not rejected)