Metadata Template Details

Get a Metadata Template configured in the system, including groups, group order, and attributes in each group.

SecurityOAuth2
Request
path Parameters
metadataTemplateId
required
string <uuid> = 36 characters

The Identifier of the Metadata Template in Tenovos.

Example: 196100ac-4eec-4fb6-a7f7-86c8b584771d
header Parameters
content-type
string
Example: application/json
Authorization
string
Example: Bearer <token>
Responses
200

Successful Request. Metadata Template Retrieved Successfully.

400

One or more required parameters are missing or invalid.

401

Authentication failed (unauthorized).

403

Forbidden. You do not have permissions to perform this action, or your connection information is not correct.

503

The server is too busy to handle the request.

get/metadata/templates/{metadataTemplateId}
Request samples
Response samples
application/json
{
  • "template": {
    },
  • "metadataGroups": [
    ]
}