Get Metadata Template

Retrieve the metadata template and its attributes list by template ID

The user submitting the request to metadata template must have the Metadata Template Management security role privilege.

In response, it will contain the metadata groups template have and each group metadata attributes list.

SecurityApiKeyAuth or BasicAuth
Request
path Parameters
id
required
string

Specify a Metadata Template ID.

header Parameters
X-API-Key
required
string

Customer-specific API key required to invoke API.

Authorization
required
string

Provided by Authentication Token creation operation

AccessToken
required
string

JWT token provided by Authentication Token creation operation.

Content-Type
required
string
Value: "application/json"
Responses
200

The Response Body will be a JSON object representing the metadata template.

400

Wrong Template ID

401

Unauthorized. Missing Authorization or AccessToken or Access Token expired

403

Forbidden. Missing X-API-key

get/metadata/template/{id}
Request samples
Response samples
application/json
{
  • "template": {
    }
}