Scenario: You are designing a RESTful API in AEM to retrieve product information for an e-commerce website. What HTTP method would you use for retrieving a specific product by its unique identifier?

  • DELETE
  • GET
  • POST
  • PUT
The HTTP GET method is used to retrieve specific information, making it suitable for retrieving product details by a unique identifier in a RESTful API.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *