I feel a bit absurd asking this but I can\'t find a way to get parameters for a get request at /api/foo?sort=name for instance.
/api/foo?sort=name
In the ApiControll
ApiControll
You're trying to build an OData webservice? If so, just return an IQueryable, and the Web API will do the rest.