DEV Community

Discussion on: 404 status code! Really?

Collapse
 
elmuerte profile image
Michiel Hendriks
GET /books/8c2ba535-5523-47a5-8a72-281c316d5fc4

Returns a 404, because the URI points to something which does not exist

GET /books?id=8c2ba535-5523-47a5-8a72-281c316d5fc4

Returns a 200, with a null response because it's a query for a record which does not exist.

GET /boocs/8c2ba535-5523-47a5-8a72-281c316d5fc4

Returns 400 with this body