• Модуль: disk
  • Путь к файлу: ~/bitrix/modules/disk/lib/document/office365handler.php
  • Класс: BitrixDiskDocumentOffice365Handler
  • Вызов: Office365Handler::getApiUrlRoot
protected function getApiUrlRoot()
{
	return $this
		->getOAuthService()
		->getEntityOAuth()
			->getResource() . COffice365OAuthInterface::VERSION . "/me"
	;
}