List Object Tags
A REST endpoint to retrieve tags attached to an element.
Request
URI
GET
https://{api_host}/vco/api/catalog/{namespace}/{type}/{id}/tags
COPY
Path Parameters
string
namespace
Required
namespace
string
type
Required
type
string
id
Required
id
Query Parameters
string
searchScope
Optional
searchScope
Responses
200
The request is successful
Returns tag-instances of type(s) application/json
{
"tag": [
{
"href": "string",
"relations": {
"total": 0,
"start": 0,
"link": [
{
"attribute": [
{
"displayValue": "string",
"value": "string",
"name": "string"
}
],
"href": "string",
"type": "string",
"rel": "string"
}
]
},
"name": "string",
"value": "string",
"owner": "string",
"global": false,
"objectHref": "string"
}
]
}
401
User is not authorized
Operation doesn't return any data structure