Box Developerドキュメント

Metadata taxonomy levels

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

Levels in the metadata taxonomy represent hierarchical categories within the taxonomy structure.

An array of all taxonomy levels.

レスポンスの例

{
  "entries": [
    {
      "description": "Continent",
      "displayName": "Continent",
      "level": 1
    }
  ]
}