[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 22:52:12 CET 2023


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

ByWater Sandboxes <bws.sandboxes at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #159055|0                           |1
        is obsolete|                            |

--- Comment #2 from ByWater Sandboxes <bws.sandboxes at gmail.com> ---
Created attachment 159067
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=159067&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!

Signed-off-by: Andrew Fuerste-Henry <andrewfh at dubcolib.org>

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


More information about the Koha-bugs mailing list