v54

latestOpenAPI 3.0.0raw.githubusercontent.com2026-08-01235140905.8 KB
Accounting

Retrieve a list of budgets

get/Budgets

Query parameters

IDsstring

Filter by BudgetID. Allows you to retrieve a specific individual budget.

DateTostring date

Filter by start date

DateFromstring date

Filter by end date

Response

Success - return response of type Budgets array with 0 to N Budgets

Example response

{
  "Budgets": [
    {
      "UpdatedDateUTC": "/Date(1573755038314)/"
    }
  ]
}