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
Adding a default value does the job:
public string Get(string sort="")