• Модуль: sale
  • Путь к файлу: ~/bitrix/modules/sale/lib/exchange/integration/rest/remoteproxies/sale/statisticsprovider.php
  • Класс: Bitrix\Sale\Exchange\Integration\Rest\RemoteProxies\Sale\StatisticsProvider
  • Вызов: StatisticsProvider::getList
public function getList($select=[], $filter, $order=[], $pageNavigation='')
{
	return $this
		->cmd( Rest\Cmd\Registry::SALE_INTEGRATION_STATISTIC_PROVIDER_LIST_NAME, [
				'select' => $select,
				'filter' => $filter,
				'order' => $order,
				'pageNavigation' => $pageNavigation]
		)
		->call();
}