• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/Service/Router.php
  • Класс: Bitrix\Crm\Service\Router
  • Вызов: Router::getItemListUrlWithNewRouting
protected function getItemListUrlWithNewRouting(int $entityTypeId, int $categoryId = null): ?Uri
{
	return $this->getUrlForTemplate(
		'bitrix:crm.item.list',
		[
			'entityTypeId' => $entityTypeId,
			'categoryId' => $categoryId ?? 0,
		]
	);
}