Enables administrators and developers to programmatically retrieve a list of tag groups. The response is the bare list of tag groups, not the response envelope.
Authorization
Bearer YOUR_TOKEN
FetchTags
Authorization: Bearer YOUR_TOKEN
https://your-site.com/api/taggroups/list?fetchTags=true
{ "TagGroupID": 21, "TagGroupName": "Departments", "Tags": [ { "TagID": 608, "TagGroupID": 21, "TagName": "information-technology", "EntityID": 220, "EntityType": 3, "SpaceID": 252, "TagWeight": 0, "TagCount": 32 }, { "TagID": 609, "TagGroupID": 21, "TagName": "marketing", "EntityID": 220, "EntityType": 3, "SpaceID": 252, "TagWeight": 0, "TagCount": 45 }, { "TagID": 610, "TagGroupID": 21, "TagName": "sales", "EntityID": 220, "EntityType": 3, "SpaceID": 252, "TagWeight": 0, "TagCount": 92 }, { "TagID": 611, "TagGroupID": 21, "TagName": "human-resources", "EntityID": 220, "EntityType": 3, "SpaceID": 252, "TagWeight": 0, "TagCount": 111 }, { "TagID": 612, "TagGroupID": 21, "TagName": "operations", "EntityID": 220, "EntityType": 3, "SpaceID": 252, "TagWeight": 0, "TagCount": 37 }, { "TagID": 613, "TagGroupID": 21, "TagName": "purchasing", "EntityID": 220, "EntityType": 3, "SpaceID": 252, "TagWeight": 0, "TagCount": 28 }, { "TagID": 614, "TagGroupID": 21, "TagName": "research-and-development", "EntityID": 220, "EntityType": 3, "SpaceID": 252, "TagWeight": 0, "TagCount": 47 }, { "TagID": 615, "TagGroupID": 21, "TagName": "finance", "EntityID": 220, "EntityType": 3, "SpaceID": 252, "TagWeight": 0, "TagCount": 61 } ], "IsError": false, "ResponseMessage": "Success message.", "ResponseData": [] }
{ "IsError": true, "ResponseMessage": "Required parameter is missing or invalid.", "ResponseData": null }
While Axero does not enforce hard rate limits by default, we recommend the following best practices to ensure optimal performance:
Axero may implement temporary rate restrictions if excessive API usage affects overall site performance. For high-volume integrations, contact Axero to discuss your requirements.
is requesting access to a wiki that you have locked: https://my.axerosolutions.com/spaces/5/axero-documentation/wiki/view/42740/rest-api-get-tag-groups
Your session has expired. You are being logged out.