transactions

List Transactions

get/api/transactions

Query parameters

account_idstring uuid nullable
account_idsstring[] nullable
category_idstring uuid nullable
category_idsstring[] nullable
payee_idstring uuid nullable
fromstring date nullable
tostring date nullable
bill_idstring uuid nullable

Filter by credit-card bill (issue #92); takes precedence over from/to

Filter by credit-card bill (issue #92); takes precedence over from/to

group_idstring uuid nullable

Filter to transactions split through this group; widens visibility for linked members

Filter to transactions split through this group; widens visibility for linked members

unbilled_onlyboolean

Cycle-math fallback only: exclude txs already linked to any bill (used for in-progress CC cycles)

Cycle-math fallback only: exclude txs already linked to any bill (used for in-progress CC cycles)

qstring nullable
uncategorizedboolean
typestring nullable
pageinteger
limitinteger
include_opening_balanceboolean
exclude_transfersboolean
user_pnl_onlyboolean

Return only rows that count toward dashboard/user income/expense totals

Return only rows that count toward dashboard/user income/expense totals

tagsstring[] nullable
min_amountnumber nullable

Filter to transactions with absolute amount >= this value (primary currency).

Filter to transactions with absolute amount >= this value (primary currency).

max_amountnumber nullable

Filter to transactions with absolute amount <= this value (primary currency).

Filter to transactions with absolute amount <= this value (primary currency).

sort_bystring nullable

Column to sort by (date|amount|description|payee|category|account|type|status). Default: date desc.

Column to sort by (date|amount|description|payee|category|account|type|status). Default: date desc.

sort_dirstring

Headers

X-Workspace-Idstring nullable

Response

Successful Response

totalinteger required
pageinteger required
limitinteger required

Changes