/api/space/config-template-management (v1)

The following operation is supported on this resource:

GET /Version 1

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

Sample Usage

GET /


  • Sample Output XML:
    <config-template-management>
        <config-templates href= "/api/space/config-template-management/config-templates"/>
        <config-template-definitions href= "/api/space/config-template-management/config-template-definitions"/>
    </config-template-management>

  • Sample Output JSON:
    {
      "config-template-management": {
        "config-templates": {
          "@href": "/api/space/config-template-management/config-templates"
        },
        "config-template-definitions": {
          "@href": "/api/space/config-template-management/config-template-definitions"
        }
      }
    }

  • Access Control

    The following capabilities are required to access this API: DefaultRead

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