I was under the impression that REST was supposed to use routing, like this:
Rather than something like this:
http://server/api/accounts?id=2
I've seen lots of examples using the query string, but I would've expected people to be saying that's wrong. However, that doesn't seem to be the case.
For an [HTTPGET], should I prefer one over the other?