Use this file to discover all available pages before exploring further.
It’s likely your enterprise already has a list of metadata templates that you
can use right off-the-shelve without having to create your own.In general, metadata templates are either available to only your enterprise or
to every enterprise using Box. The scope of a template defines if a template
is available to everyone (global) or only to your enterprise (enterprise).
curl -i -X GET "https://api.box.com/2.0/metadata_templates/global" \ -H "authorization: Bearer <ACCESS_TOKEN>"
Many of these templates are for Box’s internal use, yet your application can use
and apply these. More useful are templates to hold data
specific to your enterprise’s needs.
curl -i -X GET "https://api.box.com/2.0/metadata_templates/enterprise" \ -H "authorization: Bearer <ACCESS_TOKEN>"
A describes a set of key/value
pairs that can be assigned to a file or folder.For example, a customerInfo template might hold data about a customer,
having a field for the customer name as well as the customer’s industry.