budgets
List all transactions by a budget limit ID.
List all the transactions within one budget limit. The start and end date are dictated by the budget limit.
get/v1/budgets/{id}/limits/{limitId}/transactions
Path parameters
idstring required
Example:123
The ID of the budget. The budget limit MUST be associated to the budget ID.
limitIdstring required
Example:123
The ID of the budget limit. The budget limit MUST be associated to the budget ID.
Query parameters
limitinteger
Example:10
Number of items per page. The default pagination is per 50 items.
pageinteger
Example:1
Page number. The default pagination is per 50 items.
type'all' | 'withdrawal' | 'withdrawals' | 'expense' | 'deposit' | 'deposits' | 'income' | 'transfer' | 'transfers' | 'opening_balance' | 'reconciliation' | 'special' | 'specials' | 'default'
Optional filter on the transaction type(s) returned
Headers
X-Trace-Idstring uuid
Example:40c71bbb-c676-4f24-83cf-cc725d7d7a00
Unique identifier associated with this request.
Response
A list of transactions.
Changes
No recorded changes to this endpoint across all 1 revision of this API.