This is code use to get the response.
String dataString = session.Request().Get().ForUrl(this.baseUrl + url).ToString();
This is partial response by SpringPad server
"[\n {\n \"uuid\":\"/UUID(363d0663-b170-4131-bca0-f1916e1c6a36)/\",\n \"contentId\":\"363d0663-b170-4131-bca0-f1916e1c6a36\",\n \"type\":\"/Type(Bookmark)/\",\n \"creator\":\"/UUID(3649ed8f-7a23-49ec-83ac-741fe558a7bf)/\" }\n ]"
Backslashes have been added to the string. Is this normal and how to overcome this.
Regards,