/api/space/tag-management (v1)

The following operation is supported on this resource:

GET / Version 1

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

Sample Usage

GET /


  • Sample Output XML:

    <tag-management>
       <collection href="/api/space/tag-management/tags"/>
    </tag-management>

  • Sample Output JSON:

    {
      "tag-management": {
        "collection": {
          "@href": "/api/space/tag-management/tags"
        }
      }
    }

  • Access Control

    The following capabilities are required to access this API: DefaultRead

      For the current version of this API, refer to :
    • version 4