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