This query returns the current month's budget status for all your expense categories, including budgeted amount, actual spending, and remaining balance.
Developer info
- API endpoint slug
- eclosion.list_category_budgets
- Runtime method
- performQuery("eclosion.list_category_budgets"}
Query fields
No fields for this query
Ingredients
Category name The name of the budget category.
- Slug
- category_name
- Filter code
- Eclosion.listCategoryBudgets.CategoryName
- Type
- String
- Example
- Groceries
Group name The category group this category belongs to.
- Slug
- group_name
- Filter code
- Eclosion.listCategoryBudgets.GroupName
- Type
- String
- Example
- Food & Dining
Budget amount The total amount budgeted for this category this month.
- Slug
- budget_amount
- Filter code
- Eclosion.listCategoryBudgets.BudgetAmount
- Type
- String
- Example
- 500
Actual spending The total amount actually spent in this category this month.
- Slug
- actual_spending
- Filter code
- Eclosion.listCategoryBudgets.ActualSpending
- Type
- String
- Example
- 320
Remaining The remaining budget balance for this category this month.
- Slug
- remaining
- Filter code
- Eclosion.listCategoryBudgets.Remaining
- Type
- String
- Example
- 180
Rollover The amount rolled over from the previous month.
- Slug
- rollover
- Filter code
- Eclosion.listCategoryBudgets.Rollover
- Type
- String
- Example
- 0
Status Whether the category is under budget, over budget, or on track.
- Slug
- status
- Filter code
- Eclosion.listCategoryBudgets.Status
- Type
- String
- Example
- under_budget
