• Модуль: rest
  • Путь к файлу: ~/bitrix/modules/rest/lib/marketplace/client.php
  • Класс: BitrixRestMarketplaceClient
  • Вызов: Client::getUpdates
static function getUpdates($codeList)
{
	$updatesList = Transport::instance()->call(
		Transport::METHOD_GET_UPDATES,
		array(
			"code" => serialize($codeList)
		)
	);

	return $updatesList;
}