Improved

Spend & Expense Transactions API improvements

In the Spend & Expense transactions API, we have added updatedTime and authorizedTime to the list of transaction filters. In the Get list of transactions (GET /v3/spend/transactions) request, you can now filter transactions with the updatedTime (transaction updated date and time) and authorizedTime (transaction authorized date and time) fields.

New fields you can filter with

Available operators

updatedTime

lte (Less than or equal)
gte (Greater than or equal)

authorizedTime

lte (Less than or equal)
gte (Greater than or equal)

In addition, we have introduced the parentBudgetUuid field in the transactions API response. In all the transactions API responses, you can now get the BILL-generated UUID of the parent budget linked with each transaction.

See GET /v3/spend/transactions in the API reference for more information.