Get a metadata template
Get a metadata template
Information for a metadata template can be retrieved using the template's name and scope, or the template's identifier.
Get a metadata template by name
To get a metadata template by name, call the GET /metadata_templates/:scope/:templateKey
API endpoint with the
template's scope
and templateKey
.
Get a metadata template by ID
To get a metadata template by ID, you will need to pass both the template's
scope
and templateKey
to the GET /metadata_templates/:id
API endpoint.