Skip to main content
GET
/
tag-groups
/
{tagGroupId}
Get a tag group
curl --request GET \
  --url https://openapi.pleo.io/v1/tag-groups/{tagGroupId} \
  --header 'Authorization: Bearer <token>'
{
  "id": "0f0e000-000d-0d00-000b-00db0d000fae",
  "name": "<string>",
  "tagAttributes": [
    {
      "id": "0f0e000-000d-0d00-000b-00db0d000fae",
      "name": "<string>",
      "displayOrder": 123,
      "hidden": true
    }
  ],
  "archived": true
}

Authorizations

Authorization
string
header
required

Open API Bearer token

Path Parameters

tagGroupId
string
required

Unique UUID of the tag group.

Example:

"0f0e000-000d-0d00-000b-00db0d000fae"

Response

Tag group has been returned

id
string
required

This is the internal pleo identifier of the tag group

Example:

"0f0e000-000d-0d00-000b-00db0d000fae"

name
string
required

This is the tag group name supplied on create

tagAttributes
object[]
required

These are the attributes that define a tag in this tag group, i.e. the tag columns. Each tag column is included only once.

archived
boolean
required

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