Self Referencing -Schleife für den Rahmen für Eigentumsentität erkannt
HttpConfiguration config = GlobalConfiguration.Configuration;
config.Formatters.JsonFormatter
.SerializerSettings
.ReferenceLoopHandling = Newtonsoft.Json.ReferenceLoopHandling.Ignore;
Salma EL MEJJATY