Hello,
I have a variable creates a list as below
List<Status> myList = new List<Status>(myVariable.Items);
Now below code simply outputs the entire list unformatted.
return req.CreateResponse(HttpStatusCode.OK, MyList);
How do I go about to instead output only a specific set of variables and let's say with the first variable in bold text.