Tag group
Log in to add to favouritesTag groups organise related tags under a shared category, making your tagging system easier to manage. A Tag group represents a distinct collection of tags that can be assigned to one or more content type or component fields.
Properties
Name | Type | Description |
---|---|---|
id | string | The tag group identifier |
name | string | The name of the tag group |
description | string | A short description of the tag group |
tagCount | number | The number of tags that exist in this tag group |
version | VersionInfo | The version object containing details of creation, modification and a versionNo in the format "1.0" |
Example
This example JSON shows a tag group as it is retrieved from the Management API
{
"id": "topics",
"name": "Topics",
"description": "A collection of topic tags",
"version": {
"versionNo": "1.0",
"created": "2025-06-25T13:06:46.273Z",
"createdBy": "zengenti",
"modified": "2025-06-25T13:06:46.273Z",
"modifiedBy": "zengenti"
},
"tagCount": 5
}