Tag Groups
Get a tag from a tag group
This endpoint returns a specific tag with it's attribute values for a specified tag group
get/tag-groups/{tagGroupId}/tags/{tagId}
Path parameters
tagGroupIdstring required
Example:0f0e000-000d-0d00-000b-00db0d000fae
Unique UUID of the tag group.
tagIdstring required
Example:0f0e000-000d-0d00-000b-00db0d000fae
Unique UUID of the tag.
Response
Tag has been returned
Example response
{
"id": "0f0e000-000d-0d00-000b-00db0d000fae",
"tagGroupId": "0f0e000-000d-0d00-000b-00db0d000fae",
"attributeValues": [
{
"attributeId": "0f0e000-000d-0d00-000b-00db0d000fae"
}
]
}