Skip to main content

Tag 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

NameTypeDescription
idstringThe tag group identifier
namestringThe name of the tag group
descriptionstringA short description of the tag group
tagCountnumberThe number of tags that exist in this tag group
versionVersionInfoThe 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

json
{
  "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
}

Still need help?

If you still need help after reading this article, don't hesitate to reach out to the Contensis community on Slack or raise a support ticket to get help from our team.
New support request