Retrieve a Ledger entry line

Retrieve a ledger entry line

⚠️ ALPHA STATUS NOTICE

This endpoint is currently in alpha. It is part of an early testing phase, and its functionality may change or be removed in future updates.
We welcome your feedback to help us improve. Please use this endpoint with caution, especially in production environments, as backward compatibility is not guaranteed and functionality may change frequently.
This feature is best suited for developers interested in testing and providing input on upcoming capabilities.

ℹ️

This endpoint requires one of the following scopes: ledger

Log in to see full request history
Path Params
integer
required
Responses

Response body
object
integer
required

ID of the entry line

string
required

Debit amount for the entry line

string
required

Credit amount for the entry line

string
required

Label that describes the entry line

ledger_account
object
required
integer
required

Ledger account ID

string
required

The URL to the ledger account

journal
object
required
integer
required

Journal ID

string
required

The URL to the journal

date
required

Date of the ledger entry line (ISO 8601)

ledger_entry
object
required
integer
required

The ledger entry ID of the ledger entry line

lettered_ledger_entry_lines
object
required

Ledger entry lines that are lettered with this entry line.

ids
array of integers
required

IDs of all ledger entry lines that share the same lettering, including the ID of this entry line itself. Will be empty if this entry line is not lettered.

ids*
string
required

URL to fetch the lettered ledger entry lines.

date-time
required

The time the entry line has been created

date-time
required

The last time the entry line has been updated

Language
Credentials
OAuth2