Create a new taxonomy that can be referenced by metadata templates.Call the API endpoint with the taxonomy’s displayName and namespace. Box will optionally generate a key if you didn’t specify one.
Before you can add nodes, you must define the hierarchy of your taxonomy by creating one or more levels. Each level represents a hierarchical tier (for example, Country, State, City).Call the API endpoint with the taxonomy’s displayName, description, and level.
After defining the initial levels, you can add another level to the end of the existing hierarchy (for example, adding “City” after “Country”).Call the API endpoint with the taxonomy’s displayName and description.
With the hierarchy defined, you can begin adding nodes, which are the data in the taxonomy hierarchy.Call the API endpoint with the taxonomy’s displayName, level, and parentId.