MuleSoft
MCD-LEVEL-1 · Question #78
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…
You've hit your limit · resets 5am (America/New_York)
Designing APIs
Question
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 P05555?
Options
- A/orders/{P05555}
- B/orders/order=P05555
- C/orders?order=P05555
- D/orders/P05555
Explanation
You've hit your limit · resets 5am (America/New_York)
Topics
#REST URI#path parameter#RAML best practices#resource identifier
Community Discussion
No community discussion yet for this question.