Public
Budgets
Get company budgets
get/v1/public/budgets
Query parameters
fromDatestring
Example:2021-01-31T20:00:00.000-05:00
a date in ISO-8601 format (2021-01-31T20:00:00.000-05:00). If set, only budgets starting at or after this date will be returned
toDatestring
Example:2021-05-10T20:00:00.000-04:00
a date in ISO-8601 format (2021-01-31T20:00:00.000-05:00). If set, only budgets starting before this date will be returned
forNameContainingstring
Example:office
If specify, only budgets having a name in any languages containing the search text will be returned.The search is case insensitive. For budgets named "Main office Calgary" and "Office New York" and searching for "Office" both budgets are returned.
Response
Example response
[
{
"names": {
"en": "Main Office Budget",
"fr": "Budget Maison Mère"
}
}
]Changes
No recorded changes to this endpoint across all 1 revision of this API.