/api/space/tag-management

The following operation is supported on this resource:

GET / Version 4

This resource provides HATEOAS links to collections and methods available in Tag Manager service.

Sample Usage

GET /


  • Sample Output XML:
    <tag-management>
         <customized-attribute-categories href="/api/space/tag-management/customized-attribute-categories" />
         <customized-attribute-labels href="/api/space/tag-management/customized-attribute-labels" />
         <collection href="/api/space/tag-management/tags" />
    </tag-management>

  • Sample Output JSON:
    {
      "tag-management" : {
        "customized-attribute-categories" : {
          "@href" : "/api/space/tag-management/customized-attribute-categories"
        },
        "customized-attribute-labels" : {
          "@href" : "/api/space/tag-management/customized-attribute-labels"
        },
        "collection" : {
          "@href" : "/api/space/tag-management/tags"
        }
      }
    }

  • Access Control

    The following capabilities are required to access this API: DefaultRead