GET
/
v0
/
source-accounts
/
{source_account_id}
/
transactions

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

source_account_id
string
required

The Source Account ID.

Query Parameters

review_status
enum<string> | null

Only return Transactions with a specific review status.

Available options:
unreviewed,
reviewed
posted_status
enum<string> | null

Only return Transactions with a specific posted status.

Available options:
not_posted,
posted,
deleted
start_date
string | null

Only return Transactions created after the start date (inclusive).

end_date
string | null

Only return Transactions before the end start date (inclusive).

tag_ids
string[] | null

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

expand
enum<string>[] | null

Comma-separated list of Transaction expand paths.

Available options:
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
sort
enum<string>[] | null

A comma separated list of sort orders for the results.

Available options:
description,
-description,
datetime,
-datetime
limit
integer | null
default: 50

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

A list of Transaction objects