Get Budget
GET/v1/budgets
Get Budget
Request
Query Parameters
year integerrequired
Year for the budget
month integerrequired
Month for the budget
Responses
- 200
- 400
- 401
- 500
Success
- application/json
- Schema
- Example (from schema)
Schema
categoryId uuid
Example:
01926b84-93cb-75b9-b445-a5a744f7a59f
categoryName string
Example:
Groceries
categoryNotes string
Example:
Some markdown notes
groupId uuid
Example:
01926b84-93cb-75b9-b445-a5a744f7a59f
groupName string
Example:
Groceries
groupNotes string
Example:
Some markdown notes
month int32
Example:
10
year int32
Example:
2024
budgeted float
Example:
10.49
spent float
Example:
10.49
{
"categoryId": "01926b84-93cb-75b9-b445-a5a744f7a59f",
"categoryName": "Groceries",
"categoryNotes": "Some markdown notes",
"groupId": "01926b84-93cb-75b9-b445-a5a744f7a59f",
"groupName": "Groceries",
"groupNotes": "Some markdown notes",
"month": 10,
"year": 2024,
"budgeted": 10.49,
"spent": 10.49
}
Bad Request
Unauthenticated
Internal Error
Loading...