Box Developerドキュメント

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

Metadata taxonomy

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

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

string
822227e0-47a5-921b-88a8-494760b2e6d2

A unique identifier of the metadata taxonomy.

Geography
4096

The display name of the metadata taxonomy. This can be seen in the Box web app.

string
^[a-zA-Z_][-a-zA-Z0-9_]*$
geography
256

A unique identifier of the metadata taxonomy. The identifier must be unique within the namespace to which it belongs.

Levels of the metadata taxonomy.

string
enterprise_123456
4096

A namespace that the metadata taxonomy is associated with.

レスポンスの例

{
  "id": "822227e0-47a5-921b-88a8-494760b2e6d2",
  "displayName": "Geography",
  "key": "geography",
  "levels": [
    {
      "description": "Continent",
      "displayName": "Continent",
      "level": 1
    }
  ],
  "namespace": "enterprise_123456"
}