CCrmRestProxyBase::innerGet

  1. Bitrix24 API (v. 23.675.0)
  2. crm
  3. CCrmRestProxyBase
  4. innerGet
  • Модуль: 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;
}

Добавить комментарий