Skip to main content

Get Budget

GET 

/v1/budgets

Get Budget

Request

Query Parameters

    year integerrequired

    Year for the budget

    month integerrequired

    Month for the budget

Responses

Success

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
Loading...