Returns a list of tags based on the parameters specified in the URL. List of supported entities: Articles, Blogs, Wikis, Files, Videos, Ideas, Photos, Albums, Forum Topics, Forum Posts.
To find the content carrying a tag, use REST API: Search. This endpoint returns tag names, IDs and counts only. Pass the TagID to the search endpoint, which accepts tags with no keyword at all, to get the items themselves.
Authorization
Bearer YOUR_TOKEN
SpaceID
EntityType
SearchText
SortBy
SortOrder
StartPage
PageLength
EntityID
ContentTypeID
FieldUseID
FieldDataID
SpacesForCurrentUser
IsPromoted
Authorization: Bearer YOUR_TOKEN
https://your-site.com/api/tags?sortby=2&sortorder=1&pagelength=50
{ "IsError": false, "ResponseMessage": "", "ResponseData": [ { "TagID": 3, "TagName": "human-resources", "EntityID": 220, "EntityType": 1, "SpaceID": 252, "TagWeight": 0, "TagCount": 49 }, { "TagID": 2, "TagName": "marketing", "EntityID": 220, "EntityType": 1, "SpaceID": 252, "TagWeight": 0, "TagCount": 33 }, { "TagID": 12, "TagName": "sales", "EntityID": 220, "EntityType": 1, "SpaceID": 252, "TagWeight": 0, "TagCount": 31 }, { "TagID": 14, "TagName": "announcement", "EntityID": 220, "EntityType": 1, "SpaceID": 252, "TagWeight": 0, "TagCount": 5 } ] }
{ "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/34646/rest-api-get-tags
Your session has expired. You are being logged out.