Google News
logo
Rest API - Quiz(MCQ)
What is the recommended method and URL pattern for retrieving a specific user?
A)
GET /users/{id}
B)
GET /user/{id}
C)
GET /user?id={id}
D)
GET /users?id={id}

Correct Answer :   GET /users/{id}

Advertisement