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