I have perused the questions asked about this, but I still don\'t have a definitive answer.
I have an application and would like to build a RESTful API to expose a s
I don't see anything wrong with your scheme.
Most frameworks nowadays use a similar standard for specifying url's (like Django).
In my personal opinion, it makes the URL more readable and a bit nicer for the user.