is there a way to pass an object as a parameter in a Get method in Web API? I have the following case:
In my Web.API project the Get method looks like that:
You need to use [FromUri] attribute.
[FromUri]
Look at the the following question. ASP.NET MVC Web Api Get Not Mapping QueryString To Strongly Typed Parameter