| Attribute Name | Type | Description | ||
|---|---|---|---|---|
| id | number | A unique identifier for the category. | ||
| name | string | The name of the category. Must be between 1 and 40 characters. | ||
| description | string | The description of the category. Must not exceed 140 characters. | ||
| is_income | boolean | If true, the transactions in this category will be treated as income. |
||
| exclude_from_budget | boolean | If true, the transactions in this category will be excluded from the budget. |
||
| exclude_from_totals | boolean | If true, the transactions in this category will be excluded from totals. |
||
| updated_at | string | The date and time of when the category was last updated (in the ISO 8601 extended format). | ||
| created_at | string | The date and time of when the category was created (in the ISO 8601 extended format). | ||
| is_group | boolean | If true, the category is a group that can be a parent to other categories. |
||
| group_id | number | The ID of a category group (or null if the category doesn't belong to a category group). |