Method: YNAB::CategoriesApi#get_categories
- Defined in:
- lib/ynab/api/categories_api.rb
#get_categories(budget_id, opts = {}) ⇒ CategoriesResponse
List categories Returns all categories grouped by category group. Amounts (budgeted, activity, balance, etc.) are specific to the current budget month (UTC).
25 26 27 28 |
# File 'lib/ynab/api/categories_api.rb', line 25 def get_categories(budget_id, opts = {}) data, _status_code, _headers = get_categories_with_http_info(budget_id, opts) data end |