Get Tags By Tag Name And Owner
Retrieves list of tag instance created by specific user. Retrieved information is composed of reference to tagged object, tag name, tag value and is this instance global or private.
Request
URI
GET
https://{api_host}/vco/api/tags/{owner}/{tagName}
COPY
Path Parameters
string
owner
Required
owner
string
tagName
Required
tagName
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
The user is not authorized
Operation doesn't return any data structure