https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16271 Benjamin Rokseth <benjamin.rokseth@kul.oslo.kommune.no> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #50263|0 |1 is obsolete| | --- Comment #2 from Benjamin Rokseth <benjamin.rokseth@kul.oslo.kommune.no> --- Created attachment 50272 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=50272&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 Signed-off-by: Benjamin Rokseth <benjamin.rokseth@kul.oslo.kommune.no> -- You are receiving this mail because: You are watching all bug changes.