Returns a list of all budgets on an account. Ordered by creation date, newest first by default. Use the sort parameter to change the sort order.
Use the include parameter to return optional information such as available, pending, and ledger balances.
The ID of the account to work with.
"F50091"
The maximum number of results to return.
1 <= x <= 1000200
The number of items to skip before returning results.
100
The ID of the budget to work with. Use commas to pass multiple values. Has to be URL encoded.
Optional embeds to include when returning the budgets.
balance, budgetHierarchy, settlementDetails "balance,budgetHierarchy"
The term to search the records for.
100"Cesar+Treutel"
The type of budget to filter results by. Use commas to pass multiple values.
accountBalance, forwardDeposits, shared, individual "individual,shared"
The currency code, in ISO-4217 format.
^[A-Z]{3}$"USD"
The ID of the person to work with.
36"775596ae-2624-40af-a9dc-9756110a4a04"
Sort order for the results. createdAt.asc sorts by creation date oldest first, createdAt.desc sorts by creation date newest first, name.asc sorts alphabetically by budget name, name.desc sorts reverse alphabetically by budget name. Defaults to createdAt.desc.
createdAt.asc, createdAt.desc, name.asc, name.desc OK
The total amount of records matching the querying when "limit" is ignored.
67
Expected response to a valid request
The maximum number of results to return.
1 <= x <= 1000200
The number of items to skip before returning results.
100