v1

latestOpenAPI 3.0.1Apache 2.02026-07-26131220353.8 KB
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

idstring required

This is the internal pleo identifier of the tag group

namestring required

This is the tag group name supplied on create

archivedboolean required

This flag specifies whether the tag group has been archived in the Pleo system or not

Example response

{
  "id": "0f0e000-000d-0d00-000b-00db0d000fae",
  "tagAttributes": [
    {
      "id": "0f0e000-000d-0d00-000b-00db0d000fae"
    }
  ]
}