Bug 39333

Summary: Endpoint for budgets
Product: Koha Reporter: Oswald Kaipainen <urho>
Component: REST APIAssignee: Bugs List <koha-bugs>
Status: NEW --- QA Contact: Testopia <testopia>
Severity: new feature    
Priority: P5 - low CC: tomascohen
Version: unspecified   
Hardware: All   
OS: All   
GIT URL: Change sponsored?: ---
Patch complexity: --- Documentation contact:
Documentation submission: Text to go in the release notes:
Version(s) released in:
Circulation function:

Description Oswald Kaipainen 2025-03-14 14:04:56 UTC
A dedicated endpoint for budgets in the REST API

Currently, the only way to retrieve budget period information is via List Orders at /acquisitions/orders, which is not ideal.

A dedicated endpoint for budgets would improve API usability and consistency.

Alternatively, allowing x-koha-embed=fund.budget in the /acquisitions/funds endpoint could also solve this issue by enabling budget data retrieval alongside funds.