Module categories_api

Source

Enums§

GetCategoriesError
struct for typed errors of method get_categories
GetCategoryByIdError
struct for typed errors of method get_category_by_id
GetMonthCategoryByIdError
struct for typed errors of method get_month_category_by_id
UpdateCategoryError
struct for typed errors of method update_category
UpdateMonthCategoryError
struct for typed errors of method update_month_category

Functions§

get_categories
Returns all categories grouped by category group. Amounts (budgeted, activity, balance, etc.) are specific to the current budget month (UTC).
get_category_by_id
Returns a single category. Amounts (budgeted, activity, balance, etc.) are specific to the current budget month (UTC).
get_month_category_by_id
Returns a single category for a specific budget month. Amounts (budgeted, activity, balance, etc.) are specific to the current budget month (UTC).
update_category
Update a category
update_month_category
Update a category for a specific month. Only budgeted amount can be updated.