Tag Groups
Get a tag group
This endpoint will return a single Tag Group, as well as all of it's attributes
get/tag-groups/{tagGroupId}
Path parameters
tagGroupIdstring required
Example:0f0e000-000d-0d00-000b-00db0d000fae
Unique UUID of the tag group.
Response
Tag group has been returned
Example response
{
"id": "0f0e000-000d-0d00-000b-00db0d000fae",
"tagAttributes": [
{
"id": "0f0e000-000d-0d00-000b-00db0d000fae"
}
]
}