[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
Mon Mar 25 17:21:31 CET 2024


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

--- Comment #8 from Jonathan Druart <jonathan.druart at gmail.com> ---
Created attachment 163829
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=163829&action=edit
Bug 35353: Add REST API endpoint to retrieve old holds

Same as checkout but for holds, we need to provide a way to retrieve old
holds for a patron.

Test plan:
Create some holds for a patron, cancel and fulfill some, then use the
REST API endpoint with the new 'old' flag set to 1
  /api/v1/patrons/42/holds?old=1

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


More information about the Koha-bugs mailing list