...Человеческий поиск в разработке...
- Модуль: crm
- Путь к файлу: ~/bitrix/modules/crm/classes/general/restservice.php
- Класс: \CCrmProductSectionRestProxy
- Вызов: CCrmProductSectionRestProxy::innerGetList
protected function innerGetList($order, $filter, $select, $navigation, &$errors) { if(!CCrmProduct::CheckReadPermission(0)) { $errors[] = 'Access denied.'; return false; } return CCrmProductSection::GetList($order, $filter, $select, $navigation); }