(Choose 1 answer)
What is the purpose of the "route parameters" in a RESTful service?
A. They control the behavior of caching in RESTful services
B. They are used to define the response format (e.g.. JSON or XML)
C. They allow for passing data as part of the URL to identify specific resources
D. They are used to specify the type of HTTP verb to be used
Q: 47