[Koha-bugs] [Bug 35353] Add api endpoint to fetch patron's previous holds

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Nov 16 16:17:11 CET 2023


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35353

--- Comment #1 from Kyle M Hall <kyle at bywatersolutions.com> ---
Created attachment 159055
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=159055&action=edit
Bug 35353: Add api endpoint to fetch patron's previous holds

We have an endpoint to fetch a patron's current holds (
/api/va/patrons/$id/holds ) but some external services need to get previous
holds to see if they were completed/canceled/etc.

Test Plan:
1) Create some holds for a patron
2) Complete or cancel those holds
3) Browse to /api/va/patrons/$id/holds/previous where $id is the
   borrowernumber
4) You should get a list of previous holds!

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list