• Модуль: disk
  • Путь к файлу: ~/bitrix/modules/disk/lib/rest/entity/baseobject.php
  • Класс: BitrixDiskRestEntityBaseObject
  • Вызов: BaseObject::getFieldsForShow
public function getFieldsForShow()
{
	return array(
		'ID' => true,
		'NAME' => true,
		'CODE' => true,
		'STORAGE_ID' => true,
		'TYPE' => true,
		'PARENT_ID' => true,
		'DELETED_TYPE' => true,
		'GLOBAL_CONTENT_VERSION' => true,
		'FILE_ID' => true,
		'SIZE' => true,
		'CREATE_TIME' => true,
		'UPDATE_TIME' => true,
		'DELETE_TIME' => true,
		'CREATED_BY' => true,
		'UPDATED_BY' => true,
		'DELETED_BY' => true,
	);
}