Information about an instance of a metadata template assigned to a file or folder can be retrieved using the item’sDocumentation Index
Fetch the complete documentation index at: https://developer.box.com/llms.txt
Use this file to discover all available pages before exploring further.
id, and the template’s templateKey
and scope.
Metadata can be either
global for templates available to
all enterprises, enterprise for templates available to the current
enterprise, or the enterprise_:id for templates belonging to an enterprise
whose ID is the :id value in the scope name.Get metadata instance on file
To get an instance of a metadata template on a file, call the API endpoint with the file’sfile_id and the template’s scope and templateKey.
To get the
scope and templateKey for a template, either
, or
.Get metadata instance on folder
To get an instance of a metadata template on a folder, call the API endpoint with the folder’sfolder_id and the template’s scope and templateKey.
To get the
scope and templateKey for a template, either
, or
.