GET AccountBalance/GetAccountBudgets
Request Information
This method supports OData queries.
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
This collection is wrapped in a paging response object.
Paging response of Budget Account Balance| Name | Type | Additional information | Description | 
|---|---|---|---|
| TotalResults | integer | None. | |
| ReturnedResults | integer | None. | |
| Results | Collection of Budget Account Balance | None. | 
Response Formats
application/json, text/json
            Sample:
{
  "TotalResults": 1,
  "ReturnedResults": 2,
  "Results": [
    {
      "ID": 1,
      "AccountBalances": [
        {
          "ID": 1,
          "Type": 1,
          "Date": "2025-10-30",
          "Description": "sample string 3",
          "CategoryId": 4,
          "CategoryDescription": "sample string 5",
          "AnalysisCategoryId": 1,
          "AnalysisCategoryDescription": "sample string 6",
          "Debit": 1.0,
          "Credit": 1.0,
          "Total": 1.0,
          "BudgetItemPeriods": [
            {
              "ID": 1,
              "Date": "2025-10-30",
              "Total": 3.0
            },
            {
              "ID": 1,
              "Date": "2025-10-30",
              "Total": 3.0
            }
          ]
        },
        {
          "ID": 1,
          "Type": 1,
          "Date": "2025-10-30",
          "Description": "sample string 3",
          "CategoryId": 4,
          "CategoryDescription": "sample string 5",
          "AnalysisCategoryId": 1,
          "AnalysisCategoryDescription": "sample string 6",
          "Debit": 1.0,
          "Credit": 1.0,
          "Total": 1.0,
          "BudgetItemPeriods": [
            {
              "ID": 1,
              "Date": "2025-10-30",
              "Total": 3.0
            },
            {
              "ID": 1,
              "Date": "2025-10-30",
              "Total": 3.0
            }
          ]
        }
      ]
    },
    {
      "ID": 1,
      "AccountBalances": [
        {
          "ID": 1,
          "Type": 1,
          "Date": "2025-10-30",
          "Description": "sample string 3",
          "CategoryId": 4,
          "CategoryDescription": "sample string 5",
          "AnalysisCategoryId": 1,
          "AnalysisCategoryDescription": "sample string 6",
          "Debit": 1.0,
          "Credit": 1.0,
          "Total": 1.0,
          "BudgetItemPeriods": [
            {
              "ID": 1,
              "Date": "2025-10-30",
              "Total": 3.0
            },
            {
              "ID": 1,
              "Date": "2025-10-30",
              "Total": 3.0
            }
          ]
        },
        {
          "ID": 1,
          "Type": 1,
          "Date": "2025-10-30",
          "Description": "sample string 3",
          "CategoryId": 4,
          "CategoryDescription": "sample string 5",
          "AnalysisCategoryId": 1,
          "AnalysisCategoryDescription": "sample string 6",
          "Debit": 1.0,
          "Credit": 1.0,
          "Total": 1.0,
          "BudgetItemPeriods": [
            {
              "ID": 1,
              "Date": "2025-10-30",
              "Total": 3.0
            },
            {
              "ID": 1,
              "Date": "2025-10-30",
              "Total": 3.0
            }
          ]
        }
      ]
    }
  ]
}