• Модуль: sale
  • Путь к файлу: ~/bitrix/modules/sale/lib/exchange/integration/rest/remoteproxies/crm/company.php
  • Класс: BitrixSaleExchangeIntegrationRestRemoteProxiesCRMCompany
  • Вызов: Company::getList
public function getList($select=[], $filter, $order=[], $pageNavigation='')
{
	return $this
		->cmd( RestCmdRegistry::CRM_COMPANY_LIST_NAME, [
			'select' => $select,
			'filter' => $filter,
			'order' => $order,
			'pageNavigation' => $pageNavigation]
		)
		->call();
}