Understanding How Web API Interfaces Return Collections of Implementation Classes
The .NET Web API returns a list of base class objects. When testing, the endpoint only returns properties of the base class. How can the properties of the implementation class be returned?