Implementing Cisco Service Provider Advanced Solutions (SPCOR2) — Question 8
Which two parts are required for a RESTful API call? (Choose two.)
Answer options
- A. resource
- B. parameter
- C. method
- D. query
- E. fragment
Correct answer: A, B
Explanation
The correct answer is A and B because a RESTful API call requires a resource to specify what data is being accessed and parameters to pass additional information. While method, query, and fragment can be used in API calls, they are not strictly necessary for the basic structure of a RESTful call.