List ledger entry lines

List ledger entry lines

ℹ️

This endpoint requires one of the following scopes: ledger

Log in to see full request history
Query Params
string

Cursor for pagination. Use this to fetch the next set of results.
The cursor is an opaque string returned in the previous response's metadata.
Leave empty for the first request.

integer
1 to 100

Number of items to return per request.
Defaults to 20 if not specified.
Must be between 1 and 100.

string

You can choose to filter items on specific fields.
Available fields : id, journal_id, ledger_account_id, date
Available operators : lt, lteq, gt, gteq, eq, not_eq, in, not_in

string
Defaults to -id

You can choose to sort items on specific attributes
Sort field may be prefixed with - for descending order.
Example : id will sort by ascending order, -id will sort by descending order.
Available fields : id, date

Responses

Response body
object
boolean
required

Indicates whether additional results are available beyond this set.
Use this flag to determine if another request is needed.

string | null
required

Cursor to retrieve the next set of results.
Include this value in the cursor parameter of your next request to fetch subsequent items.
A null next_cursor in the response indicates no further results.

items
array of objects
required
items*
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
journal
object
required
date
required

Date of the ledger entry line (ISO 8601)

ledger_entry
object
required
lettered_ledger_entry_lines
object
required

Ledger entry lines that are lettered with this entry line.

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