> ## Documentation Index
> Fetch the complete documentation index at: https://developer.box.com/llms.txt
> Use this file to discover all available pages before exploring further.

# クエリの項目フィールド

項目フィールドとは、Box内の項目 (ファイルおよびフォルダ) を説明する検索可能なメタデータフィールドです。これらのフィールドは、名前、タイプ、所有者、タイムスタンプなどの組み込みの項目プロパティを定義されたデータ型を使用して公開します。これにより、Boxコンテンツのフィルタ、並べ替え、検索が可能になります。

## サポートされている項目フィールド

次の表に、メタデータクエリで使用できる項目フィールドを示します。

| フィールド名                     | 説明                                                            | 並べ替え |
| -------------------------- | ------------------------------------------------------------- | ---- |
| `item.type`                | 項目のタイプ: `file`または`folder`                                     | はい   |
| `item.name`                | 項目の名前                                                         | はい   |
| `item.description`         | 項目の説明                                                         | はい   |
| `item.extension`           | ファイル拡張子 (`pdf`、`jpeg`、`xlsx`、`txt`、`xls`、`png`、`log`、`csv`など) | はい   |
| `item.owned_by`            | 項目の所有者 (例: `user_123`)                                        | はい   |
| `item.owner_enterprise_id` | 項目所有者のEnterprise ID (例: `1234`)                               | はい   |
| `item.created_at`          | Boxで項目が作成された日時                                                | はい   |
| `item.modified_at`         | Boxで項目が最後に更新された日時                                             | はい   |
