GET
/
v0
/
journal-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

Query Parameters

start_date
string | null

Only return Journal Entries after the start date (inclusive). Must be in YYYY-MM-DD format.

end_date
string | null

Only return Journal Entries before the end date (inclusive). Must be in YYYY-MM-DD format.

ledger_id
string | null

Only return Journal Entries where at least one Line Entry belongs to the specified Ledger.

sort
enum<string>[] | null

The sort order of the results.

Available options:
description,
-description,
datetime,
-datetime
expand
enum<string>[] | null

Comma-separated list of expandable paths.

Available options:
line_entries,
line_entries.transaction,
line_entries.ledger
limit
integer | null

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

page_token
string

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

List of journal entries