View Keyword Redirect Group.
get
                    /gsadmin/v1/{appName}/redirects/{redirectGroup}
Returns the configuration of the specified keyword redirect group. Returns metadata about the keyword redirect group(e.g. who created it and when) along with the redirect entries inside it. 
 If zip extension is specified (add ".zip" at the end of the path), the keyword redirect group configuration is exported as a zip file.
                Request
Supported Media Types
                - application/json
 
Path Parameters
                - 
                    appName: string
                    
                    Specifies the name of your application. For example, "cloud".
 - 
                    redirectGroup: string
                    
                    Specifies the redirect group name, for example, Default.
 
Security
                - 
                        basicAuth: basic
                        
                        Type:
basicDescription:Basic username/password authentication. 
Response
Supported Media Types
                - application/json
 - application/zip
 
200 Response
Keyword Redirect Group Configuration.
                
                
                    Root Schema : RedirectGroup
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    objectRepresents a Redirect Group configuration. Child Nodes represent Redirect Entry configuration confirming to RedirectEntry JSON schema
    
    
    
    
        Show Source
        - 
            ecr:createDate(optional): 
            string
            
 - 
            ecr:lastModified(optional): 
            string
            
 - 
            ecr:lastModifiedBy(optional): 
            string
            
 - 
            ecr:type(optional): 
            string
            Default Value:
redirect-group 
Examples
The following example shows how to export the configuration of the default redirect-group:
curl -H "Authorization:Bearer token" -X GET http://host:port/gsadmin/v1/cloud/redirects/Default > /pathname/filename.txt