Bug 39333 - Endpoint for budgets
Summary: Endpoint for budgets
Status: NEW
Alias: None
Product: Koha
Classification: Unclassified
Component: REST API (show other bugs)
Version: unspecified
Hardware: All All
: P5 - low new feature
Assignee: Bugs List
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-03-14 14:04 UTC by Oswald Kaipainen
Modified: 2025-03-14 14:04 UTC (History)
1 user (show)

See Also:
GIT URL:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.