CCrmRestProxyBase::innerGetList

  1. Bitrix24 API (v. 23.675.0)
  2. crm
  3. CCrmRestProxyBase
  4. innerGetList
  • Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/classes/general/restservice.php
  • Класс: \CCrmRestProxyBase
  • Вызов: CCrmRestProxyBase::innerGetList
protected function innerGetList($order, $filter, $select, $navigation, &$errors)
{
	$errors[] = 'The operation "LIST" is not supported by this entity.';
	return null;
}

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