• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/classes/general/restservice.php
  • Класс: \CCrmRestProxyBase
  • Вызов: CCrmRestProxyBase::innerGet
protected function innerGet($ID, &$errors)
{
	$errors[] = 'The operation "GET" is not supported by this entity.';
	return false;
}