GET api.ashx/v2/comments/{commentid}/threaded.{json|xml}
Example Requests
Widget Javascript
jQuery.telligent.evolution.get({ url: jQuery.telligent.evolution.site.getBaseUrl() + 'api.ashx/v2/comments/{commentid}/threaded.json' }).then(function(response) { // use response });