Download resource configuration
get
                    /gsadmin/v1/{appName}/{resourcePath}.zip
Retrieve configuration of a resource in zip format.
                Request
Supported Media Types
                - application/json
Path Parameters
                - 
                    appName: string
                    
                    Specifies the name of your application. For example, "cloud".
- 
                    resourcePath: string
                    
                    Relative path of the resource, for example, thesaurus.
Security
                - 
                        basicAuth: basic
                        
                        Type:basicDescription:Basic username/password authentication.
Response
Supported Media Types
                - application/zip
200 Response
The configuration of the resource as a zip file
                
                
                Examples
The following example shows how to export the entire thesaurus for the cloud application:
curl -H "Authorization:Bearer <token>" -X GET http://host:port/gsadmin/v1/cloud/thesaurus.zip