Box Developer Documentation

A beta version of the new Box developer documentation site is launching soon! Updated Developer Guides, modern API Reference, and AI-powered search are on the way to help you build with Box faster. Stay tuned for more updates.

Metadata taxonomy levels

This resource is used by endpoints in the version 2024.0. For more details, see Box API versioning.

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

An array of all taxonomy levels.

Response Example

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