• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/classes/general/restservice.php
  • Класс: \CCrmRequisitePresetRestProxy
  • Вызов: CCrmRequisitePresetRestProxy::getById
protected function getById($ID)
{
	$entity = self::getEntity();

	$result = $entity->getList(array('filter'=>array('ID' => $ID)));
	return $result->fetch();
}