GET AccountBalance/GetAccountBudgetsById?budgetId={budgetId}
Request Information
This method supports OData queries.
URI Parameters
| Name | Type | Additional information | Description |
|---|---|---|---|
| budgetId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
This collection is wrapped in a paging response object.
Paging response of Account Balance| Name | Type | Additional information | Description |
|---|---|---|---|
| TotalResults | integer |
None. |
|
| ReturnedResults | integer |
None. |
|
| Results | Collection of Account Balance |
None. |
Response Formats
application/json, text/json
Sample:
{
"TotalResults": 1,
"ReturnedResults": 2,
"Results": [
{
"ID": 1,
"Type": 1,
"Date": "2025-11-03",
"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-11-03",
"Total": 3.0
},
{
"ID": 1,
"Date": "2025-11-03",
"Total": 3.0
}
]
},
{
"ID": 1,
"Type": 1,
"Date": "2025-11-03",
"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-11-03",
"Total": 3.0
},
{
"ID": 1,
"Date": "2025-11-03",
"Total": 3.0
}
]
}
]
}