/api/space/configuration-management/configuration-views/{config-viewer-id}/configuration-view-params/{param-id}

The following operation is supported on this resource:

  • GET - This API is used to fetch the specified parameter details of the specified configuration view
GET /configuration-views/{config-viewer-id}/configuration-view-params/{param-id}Version 2

This API is used to fetch the specified parameter details of the specified configuration view.

Sample Usage

GET /configuration-views/{config-viewer-id}/configuration-view-params/{param-id}


  • Parameters:
    NameTypeURI TypeDescriptionRequired
    config-viewer-idIntegerPathConfig Viewer ID Y
    param-idIntegerPathParam ID Y
  • Sample Output XML:
    <configuration-view-param uri="/api/space/configuration-management/configuration-views/{config-viewer-id}/configuration-view-params/{param-id}">
         <id>Integer</id>
         <parameter>String</parameter>
         <index-parameter>Boolean</index-parameter>
         <display-name>String</display-name>
         <script-dependent>Boolean</script-dependent>
         <local-script-name>String</local-script-name>
         <customized>Boolean</customized>
         <editable>Boolean</editable>
         <configured-value-xpath>String</configured-value-xpath>
         <order>Integer</order>
    </configuration-view-param>

  • Sample Output JSON:
    {
       "configuration-view-param" : {
         "@uri" :
         "/api/space/configuration-management/configuration-views/{config-viewer-id}/configuration-view-params/{param-id}"
         ,
         "id" : "Integer" ,
         "parameter" : "String" ,
         "index-parameter" : "Boolean" ,
         "display-name" : "String" ,
         "script-dependent" : "Boolean" ,
         "local-script-name" : "String" ,
         "customized" : "Boolean" ,
         "editable" : "Boolean" ,
         "configured-value-xpath" : "String" ,
         "order" : "Integer"
       }
    }

  • Access Control

    The following capabilities are required to access this API: ManageConfigViewersCap