Reports
Retrieve a ledger statement
Retrieves a ledger statement for an existing ledger containing the opening and closing balances with all the line entries within the period.
GET
/
v0
/
reports
/
ledger-statement
Authorizations
Authorization
string
headerrequiredThe access token received from the authorization server in the OAuth 2.0 flow.
Headers
teal-instance-id
string
requiredThe Teal instance ID
Query Parameters
ledger_id
string
requiredThe ledger ID
start_date
string
requiredOnly include data after the start date (inclusive).
end_date
string
requiredOnly include data before the end date (inclusive).
tag_ids
string[] | null
Comma-separated list of tag IDs for filtering. Requires a Tier 3 subscription
limit
integer | null
default: 50The number of records to return. Max limit is 100.
Required range:
1 < x < 101
page_token
string
Response
200 - application/json
next_page_token
string | null
requiredThe token to use to request the next page
prev_page_token
string | null
requiredThe token to use to request the previous page
ledger_statement
object
requiredThe Ledger Statement object.