Koha/api/v1
Julian Maurice 975be0aef0 Bug 16271: Allow more filters on /api/v1/holds
borrowernumber parameter is no longer required and you can filter on
every column of reserves table

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

Signed-off-by: Benjamin Rokseth <benjamin.rokseth@kul.oslo.kommune.no>

Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>

Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
2016-07-08 14:18:19 +00:00
..
definitions Bug 13903: (QA followup) change routes to /holds 2016-05-04 13:54:01 +00:00
app.pl Bug 13799: Add missing license notices 2015-11-04 13:47:33 -03:00
swagger.json Bug 16271: Allow more filters on /api/v1/holds 2016-07-08 14:18:19 +00:00