Which RESTFul operation corresponds to the HTTP GET method?
- post
- patch
- update
- read
Explanation:
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
Related exam: Quiz - Foundational Network Programmability Concepts
Related exam: CCNA 3 v7 Checkpoint Exam: Emerging Network Technologies Exam Answers
Related exam: 4.9.3 Module 4: Understanding and Using APIs Quiz
