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)/"
}
]
}