GET
/
v0
/
reports
/
ledger-cash-flow-totals

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
required

Only include data after the start date (inclusive).

end_date
string
required

Only include data before the end date (inclusive).

Response

200 - application/json
ending_balance
number
required

The total ending balance, in decimal dollar cents, of all cash flow ledgers for the period.

entries
object[]
required

A list of report summary totals broken down by period between the start date and end date.

starting_balance
number
required

The total starting balance, in decimal dollar cents, of all cash flow ledgers for the period.