Box Developerドキュメント

Box Developerドキュメントの新しいベータ版サイトがまもなくリリースされる予定です。最新の開発者向けガイド、APIリファレンス、AI搭載の検索により、Boxを使用した迅速な開発をサポートします。更新情報については今しばらくお待ちください。

Metadata taxonomy node

このリソースは、バージョン2024.0のエンドポイントで使用されています。 詳細については、 **Box APIのバージョン管理**を参照してください。

A node object for metadata taxonomy that can be used in metadata templates.

string
14d3d433-c77f-49c5-b146-9dea370f6e32

A unique identifier of the metadata taxonomy node.

object array

An array of objects for all ancestor nodes.
Not returned for root-level nodes.

14d3d433-c77f-49c5-b146-9dea370f6e32

A unique identifier of the metadata taxonomy node.

France

The display name of the metadata taxonomy node.

2

An index of the level to which the node belongs.

France

The display name of the metadata taxonomy node.

integer
2

An index of the level to which the node belongs.

string array
["99df4513-7102-4896-8228-94635ee9d330"]

An array of identifiers for all ancestor nodes.
Not returned for root-level nodes.

string
99df4513-7102-4896-8228-94635ee9d330

The identifier of the parent node.

レスポンスの例

{
  "id": "14d3d433-c77f-49c5-b146-9dea370f6e32",
  "ancestors": [
    {
      "displayName": "France",
      "id": "14d3d433-c77f-49c5-b146-9dea370f6e32",
      "level": 2
    }
  ],
  "displayName": "France",
  "level": 2,
  "nodePath": [
    "99df4513-7102-4896-8228-94635ee9d330"
  ],
  "parentId": "99df4513-7102-4896-8228-94635ee9d330"
}