Get Global Settings
The deprecation info and all key-name mappings can be found in the /api/deployment/config/globalsettings/metadata API's description.
Request
            
                URI
                    
                                GET                            
                            https://{api_host}/suite-api/api/deployment/config/globalsettings
                            COPY
                    Responses
                        
                200            
            
        The global setting keys and values
                Returns 
                
                                    
                        entries                    
                
                of type(s)
                
                    application/json                
            
        
        "No Custom Example is Available"
                            
                                    array of 
                
            
            
                                    object
                
                
            
        
        
                keyValues            
                            Optional
            
            
        A Collection of KeyValuesEntry objects
Code Samples
                    COPY
                                    curl -H 'Authorization: <value>' https://{api_host}/suite-api/api/deployment/config/globalsettings
                
            