BP135: Use nouns, not verbs
The URL should define what the resource is, not what it does.
Correct URL:
/api/orders/active
Incorrect URL:
/api/orders/getActiveOrders
The URL should define what the resource is, not what it does.
Correct URL:
/api/orders/active
Incorrect URL:
/api/orders/getActiveOrders