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
Example response
[
{
"id": "0f0e000-000d-0d00-000b-00db0d000fae",
"tagAttributes": [
{
"id": "0f0e000-000d-0d00-000b-00db0d000fae"
}
]
}
]