v1

latestOpenAPI 3.0.1Apache 2.02026-07-26131220353.8 KB
Tag Groups

Get all tag groups belonging to the specified company.

This endpoint returns all tag groups belonging to the company as well as their attributes

get/tag-groups

Query parameters

archivedboolean

This flag allows you fetch only tag groups that have been archived if set to true or those that are still actively in use if set to false. By default it will only fetch active tag groups.

Response

Tag groups have 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"
      }
    ]
  }
]