List a Source Account's Transactions
Returns a list of Transactions in a Transaction Source Account.
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Headers
The Teal instance ID
Path Parameters
The Source Account ID.
Query Parameters
Only return Transactions with a specific review status.
unreviewed
, reviewed
Only return Transactions with a specific posted status.
not_posted
, posted
, deleted
Only return Transactions created after the start date (inclusive).
Only return Transactions before the end start date (inclusive).
A comma separated list of Tag IDs. Only return Transactions with all of the given Tags.
Comma-separated list of Transaction expand paths.
ledger
, line_entry
, journal_entry
, opposing_line_entries
, opposing_line_entries.ledger
, transfer
, transfer.matched_transaction
, transfer.matched_transaction.ledger
, transfer.from_journal_entry
, transfer.to_journal_entry
A comma separated list of sort orders for the results.
description
, -description
, datetime
, -datetime
The number of records to return. Max limit is 100.
1 < x < 101
Response
The token to use to request the next page
The token to use to request the previous page
A list of Transaction objects