Get a System Registry Key.
get
                    /learn.rest/v1/systemRegistryKeys/{systemRegistryKey}
Request
Path Parameters
                - 
                    systemRegistryKey: string
                    
                    Name of the system registry key.
Security
                - 
                        auth: basic
                        
                        Type:basicDescription:Basic Authentication
Response
Supported Media Types
                - application/json
200 Response
The system registry key is fetched.
                
                
                    Root Schema : User
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    objectResponse object for system registry.
    
    
    
    
        Show Source
        - 
            category(optional): 
            string
            Category of the key.
- 
            id(optional): 
            string
            Name of the key.
- 
            links(optional): 
            array  links
            
            Array of System Registry links.
- 
            value(optional): 
            string
            Value of the key.
Example:
    
    
{
    "id":"GeneratePassword",
    "value":"1",
    "category":"RestApiSettings",
    "links":[
        {
            "rel":"canonical",
            "href":"https://{url}/learn.rest/v1/systemRegistryKeys/GeneratePassword"
        }
    ]
}Nested Schema : SystemRegistryKeyLinkItems
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        object- 
            href(optional): 
            string
            Example:{url}/learn.rest/v1/users/456
- 
            rel(optional): 
            string
            Example:canonical
Example:
    
    
{
    "rel":"canonical",
    "href":"{url}/learn.rest/v1/users/456"
}401 Response
Authentication refused for provided credentials or the token is invalid.
                
                Headers
                
                
                
                500 Response
Internal server error.