Box Developerドキュメントの新しいベータ版サイトがまもなくリリースされる予定です。最新の開発者向けガイド、APIリファレンス、AI搭載の検索により、Boxを使用した迅速な開発をサポートします。更新情報については今しばらくお待ちください。
A node object for metadata taxonomy that can be used in metadata templates.
14d3d433-c77f-49c5-b146-9dea370f6e32A unique identifier of the metadata taxonomy node.
An array of objects for all ancestor nodes.
Not returned for root-level nodes.
14d3d433-c77f-49c5-b146-9dea370f6e32A unique identifier of the metadata taxonomy node.
FranceThe display name of the metadata taxonomy node.
2An index of the level to which the node belongs.
FranceThe display name of the metadata taxonomy node.
2An index of the level to which the node belongs.
["99df4513-7102-4896-8228-94635ee9d330"]An array of identifiers for all ancestor nodes.
Not returned for root-level nodes.
99df4513-7102-4896-8228-94635ee9d330The 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"
}