Authorization: Bearer ********************curl --location --request GET 'https://api-tst.tms.otif.app/tms/odata/v1/$metadata' \
--header 'Authorization: Bearer <token>'{
"schemaElements": [
{
"name": "string",
"schemaElementKind": 0,
"namespace": "string"
}
],
"vocabularyAnnotations": [
{
"qualifier": "string",
"term": {
"name": "string",
"schemaElementKind": 0,
"namespace": "string",
"type": {
"isNullable": true,
"definition": {
"typeKind": 0
}
},
"appliesTo": "string",
"defaultValue": "string"
},
"target": {},
"value": {
"expressionKind": 0
},
"usesDefault": true
}
],
"referencedModels": [
{}
],
"declaredNamespaces": [
"string"
],
"directValueAnnotationsManager": {},
"entityContainer": {
"name": "string",
"schemaElementKind": 0,
"namespace": "string",
"elements": [
{
"name": "string",
"containerElementKind": 0,
"container": {}
}
]
}
}