SearchAction::getTaskCommentPathTemplate: метод Битрикс
Постоянная ссылка: http://bxapi.ru/src/?id=496900
// Bitrix\Tasks\Rest\Controllers\Action\SearchAction::getTaskCommentPathTemplate()
// /bitrix/modules/tasks/lib/rest/controllers/action/searchaction.php:176
private function getTaskCommentPathTemplate()
{
return $this->getTaskPathTemplate() . '?MID=#comment_id##com#comment_id#';
}