Which RESTFul operation corresponds to the HTTP GET method?
- read
- update
- patch
- post
Answers Explanation & Hints: RESTful operations correspond to the following HTTP methods (shown to the left with the RESTful operation on the right):
POST > Create
GET > Read
PUT/PATCH > Update
DELETE > Delete