v54

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

Retrieves a specific budget, which includes budget lines

get/Budgets/{BudgetID}

Path parameters

BudgetIDstring uuid required

Unique identifier for Budgets

Query parameters

DateTostring date

Filter by start date

DateFromstring date

Filter by end date

Response

Success - return response of type Invoices array with specified Invoices

Example response

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