Closed sayan-biswas closed 1 year ago
As per REST specs the search APIs should return status 200 - OK with empty array if there is no item in the result matching the filter.
200 - OK
LIST methods give error 404 - Not found if the search result is empty.
404 - Not found
Status code 404.{}
{"code": 5, "message": "record not found", "details": []}
Expected Behaviour
As per REST specs the search APIs should return status
200 - OK
with empty array if there is no item in the result matching the filter.Actual Behaviour
LIST methods give error
404 - Not found
if the search result is empty.Steps to Reproduce the Problem
Additional Info