http://dev.acme.com/api/patients?year=2016
What should this endpoint return?
http://dev.acme.com/api/patients?year=2016
What should this endpoint return?
The endpoint provided includes a query parameter 'year=2016', which indicates that the request is meant to filter or specify patients related to the year 2016. Therefore, the endpoint should return patients from the year 2016.
D is correct