/api/space/config-template-management/config-templates/{id}/versions/{version}/configuration (v2)

The following operations are supported on this resource:

  • GET - Get configuration for template version
  • GET - Get template configuration CLI by version
GET /config-templates/{id}/versions/{version}/configurationVersion 2

Sample Usage

GET /config-templates/{id}/versions/{version}/configuration


  • Parameters:
    NameTypeURI TypeDescriptionRequired
    idIntegerPathID Y
    versionIntegerPathThe version number. Y
  • Sample Output XML:
    <template-config-xml
         href="/api/space/config-template-management/config-templates/{id}/versions/{version}/configuration" uri="/api/space/config-template-management/config-templates/{id}/versions/{version}/configuration">
         <xml><![CDATA[String]]></xml>
    </template-config-xml>

  • Sample Output JSON:
    {
       "template-config-xml" : {
         "@href" : "/api/space/config-template-management/config-templates/{id}/versions/{version}/configuration" ,
         "@uri" : "/api/space/config-template-management/config-templates/{id}/versions/{version}/configuration" ,
         "xml" : "String"
       }
    }

  • Access Control

    The following capabilities are required to access this API: ManageTemplates

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

    GET /config-templates/{id}/versions/{version}/configurationVersion 2

    Sample Usage

    GET /config-templates/{id}/versions/{version}/configuration


    • Parameters:
      NameTypeURI TypeDescriptionRequired
      idIntegerPathID Y
      versionIntegerPathThe version number. Y
  • Sample Output XML:
    <template-config-cli
         href="/api/space/config-template-management/config-templates/{id}/versions/{version}/configuration" uri="/api/space/config-template-management/config-templates/{id}/versions/{version}/configuration">
         <cli>String</cli>
    </template-config-cli>

  • Sample Output JSON:
    {
       "template-config-cli" : {
         "@href" : "/api/space/config-template-management/config-templates/{id}/versions/{version}/configuration" ,
         "@uri" : "/api/space/config-template-management/config-templates/{id}/versions/{version}/configuration" ,
         "cli" : "String"
       }
    }

  • Access Control

    The following capabilities are required to access this API: ManageTemplates

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