GET
/
v0
/
ledgers
/
{ledger_id}
/
line-entries

Authorizations

Authorization
string
headerrequired

The access token received from the authorization server in the OAuth 2.0 flow.

Headers

teal-instance-id
string
required

The Teal instance ID

Path Parameters

ledger_id
string
required

The ledger ID

Query Parameters

start_date
string
required

The start date of the period, inclusive

end_date
string
required

The end date of the period, inclusive

expand
enum<string>[] | null

Comma-separated list of Line Entry expand paths.

Available options:
transaction,
ledger,
journal_entry
limit
integer | null

The number of records to return. Max limit is 100.

page_token
string
tag_ids
string

A comma separated list of Tag IDs. Only return lines with all of the given Tags.

Response

200 - application/json
next_page_token
string | null
required

The token to use to request the next page

prev_page_token
string | null
required

The token to use to request the previous page

records
object[]
required