• Модуль: tasks
  • Путь к файлу: ~/bitrix/modules/tasks/lib/rest/controllers/task/comment.php
  • Класс: BitrixTasksRestControllersTaskComment
  • Вызов: Comment::readAllAction
public function readAllAction($groupId = null, $userId = null, string $role = null): bool
{
	return (new Task())->readAll($groupId, $userId, $role);
}