Correct Answer: GET /api/foos/123
Explanation:
Note: This Question is unanswered, help us to find answer for this one
RESTful Services Skill Assessment
Your Skill Level: Poor
Retake Quizzes to improve it
More RESTful Services MCQ Questions
When you wish to delete an existing “Foo” via a RESTful API, which is most appropriate?
Identify the method which is not predefined in HTTP specification
Which request would best describe removing an user in a RESTful Web Service?
What happens if Restful resources are accessed by multiple clients?
RESTful web services are designed with ____ in mind.
A POST request that results in the creation of a resource should respond with ______
A PUT request that results in the creation of a new resource should respond with _____
Which HTTP method(s) should be used for creating a resource
A PUT request on a URI that only supports GET and POST should respond with _____
What is the appropriate error response for a request that sends an entity in XML (with header `Content-Type: application/xml; charset=UTF-8`) when the server only understands JSON.