The authenticated user can only get Information about metadata templates
scoped within the
global scope or the enterprise_:id scope where
:id is the ID of their enterprise.Get a metadata template by name
To get a metadata template by name, call theGET /metadata_templates/:scope/:templateKey/schema API endpoint with the
template’s scope and templateKey.
To get the
scope and templateKey for a template, either
list all metadata templates, or
list all instances on an item.Get a metadata template by ID
To get a metadata template by ID, you will need to pass the template’sid to the GET /metadata_templates/:id API endpoint.
To get the
id for a template, either
list all metadata templates, or
list all instances on an item.