Method: YNAB::CategoriesApi#get_category_by_id
- Defined in:
- lib/ynab/api/categories_api.rb
#get_category_by_id(budget_id, category_id, opts = {}) ⇒ CategoryResponse
Single category Returns a single category. Amounts (budgeted, activity, balance, etc.) are specific to the current budget month (UTC).
91 92 93 94 |
# File 'lib/ynab/api/categories_api.rb', line 91 def get_category_by_id(budget_id, category_id, opts = {}) data, _status_code, _headers = get_category_by_id_with_http_info(budget_id, category_id, opts) data end |