Get List of Tags
Select
SaaS
Customer Managed
This operation returns a the list of tags.
Path Parameters
- entityType string required
- entityId string required
Query Parameters
- tagId string
- tagName string
- tagValue string
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
- Tags
- Tags for a smart client group
Schema
error object
tags object[]
entityType integerentityId integertag object[]
name stringid integervalue string
{
"error": {},
"tags": [
{
"entityType": 0,
"entityId": 0,
"tag": [
{
"name": "string",
"id": 0,
"value": "string"
}
]
}
]
}
{
"error": {},
"tags": [
{
"entityType": 3,
"entityId": 8,
"tag": [
{
"name": "Brand",
"id": 452,
"value": "Apple"
}
]
}
]
}
{
"error": {},
"tags": [
{
"entityType": 28,
"entityId": 21,
"tag": [
{
"name": "isUpdateRequire",
"id": 622,
"value": "yes"
}
]
}
]
}
Loading...