https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35353 --- Comment #1 from Kyle M Hall <kyle@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.