v1
latestOpenAPI 3.1.02026-07-26549156879.0 KBFinance > BudgetOption
Reads all Budget options
Fetch budget options for the company
get/api/2026-07-01/resources/finance/budget_options
Query parameters
ids[]string[]
Search budget options by ID
Search budget options by ID
[ "1" ]
employee_ids[]string[]
Search budget options by employee IDs
Search budget options by employee IDs
[ "1" ]
effective_atstring
Filter budget options effective at this date
Example:2021-01-01T00:00:00Z
Filter budget options effective at this date
include_inactiveboolean required
Include inactive budget options
Include inactive budget options
include_archivedboolean required
Include archived budget options
Include archived budget options
Response
OK
Example response
{
"data": [
{
"id": "1",
"name": "Marketing Budget",
"description": "Budget for marketing activities",
"currency": "EUR",
"legal_entity_id": "11"
}
]
}