I\'m guffawed here working on my first MVC 4 project with the Web Api variety.
In MVC 3 I could get a query string parameter like such:
var unicornName
I think this may be what you are looking for,
var queryValues = Request.RequestUri.ParseQueryString();
https://stackoverflow.com/a/11729619/6819