What should this endpoint return considering the API is build using standard practices?
Correct answer is Patients from year 2021.
The thing to note here is that year is not a query parameter and not the uri parameter. Hence it will filter all the patients and return the ones for whom year is 2021
Currently there are no comments in this discussion, be the first to comment!