• Модуль: rest
  • Путь к файлу: ~/bitrix/modules/rest/classes/general/restentity.php
  • Класс: CBitrixRestEntity
  • Вызов: CBitrixRestEntity::getItemProperties
static function getItemProperties($entity, $server)
{
	return CIBlockProperty::GetList(
		array('SORT' => 'ASC'),
		array('IBLOCK_CODE' => self::getEntityIBlockCode($entity, $server))
	);
}