[Koha-bugs] [Bug 16271] Allow more filters on /api/v1/reserves

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Apr 15 10:57:48 CEST 2016


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

--- Comment #1 from Julian Maurice <julian.maurice at biblibre.com> ---
Created attachment 50263
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=50263&action=edit
Bug 16271: Allow more filters on /api/v1/reserves

borrowernumber parameter is no longer required and you can filter on
every column of reserves table

Some example requests
- GET /api/v1/reserves
- GET /api/v1/reserves?biblionumber=123
- GET /api/v1/reserves?borrowernumber=456
- GET /api/v1/reserves?priority=0&found=W

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


More information about the Koha-bugs mailing list