As noted in https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21460#c9 the "get" route definition makes reference to a bunch of query parameters that have no handling in the endpoint controller. We should remove these.
I don't think we should remove the parameters, but rather make them work. Someone may find these parameters useful.
Created attachment 130775 [details] [review] Bug 22000: Add unit test To test: 1. prove t/db_dependent/api/v1/illrequests.t 2. Observe test failure t/db_dependent/api/v1/illrequests.t .. # Failed test 'exact match for JSON Pointer ""' # at t/db_dependent/api/v1/illrequests.t line 163. ...
Not sure about this one and I believe the API has seen some changes since this was filed. Could one of our API experts check?