expenses Query
Arguments
#
accounts
An alternative to filter by accounts, both cannot be used together
types
[ ExpenseType ]
orderBy = { "field": "CREATED_AT", "direction": "DESC" }
Non-null
The order of results
minAmount
Only return expenses where the amount is greater than or equal to this value (in cents)
includeChildrenExpenses
Boolean !
Non-null
Whether to include expenses from children of the account (Events and Projects)
customData
Only return expenses that contains this custom data. Requires being an admin of the collective, payee or host.
virtualCards
Filter expenses of type charges using these virtual cards
payoutMethod
Only return transactions that are associated with this payout method
Response
#
Returns ExpenseCollection !.
Example
#
Previous
expenseTagStats
Next
fund