expenses Query
Arguments
#
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
Response
#
Returns ExpenseCollection !.
Example
#
Previous
expenseTagStats
Next
fund