Transactions
List cash transactions
List cash transactions
get/transactions/cash
Query parameters
account_group_idstring uuid
Account group unique identifier.
Filters the list to show only transactions associated with a certain account group ID.
start_datestring date
Returns transactions starting from and including this date (UTC).
Example:2023-01-03
end_datestring date
Returns transactions up until this date (UTC)
Example:2023-01-11
sort'booking_date'
Sort the result by booking_date.
order'ASC' | 'DESC'
Sort order of the result list if the sort parameter is specified. Use ASC for ascending or DESC for descending sort order.
offsetinteger
Use the offset argument to specify where in the list of results to start when returning items for a particular query.
limitinteger
Use the limit argument to specify the maximum number of items returned.
Response
Cash Transactions