MuleSoft Certified Developer – Level 1 — Question 6

A company has an API to manage purchase orders, with each record identified by a unique purchase order ID. The API was built with RAML according to
MuleSoft best practices.
What URI should a web client use to request order PO5555?

Answer options

Correct answer: D

Explanation

The correct URI to access the specific order is /orders/PO5555, as it directly uses the purchase order ID in the path, which is standard practice. The other options either use incorrect syntax or query parameters that do not align with the expected URI structure for accessing a specific resource.