Query Preferences
Query user preferences
Request
            
                URI
                    
                                GET                            
                            https://{api_host}/cloudapi/1.0.0/preferences
                            COPY
                    Query Parameters
                                    
            
            
                                    string
                
                
            
        
        
                filter            
                            Optional
                    Filter for a query. FIQL format.
Responses
                        
                200            
            
        OK
                Returns 
                
                                    
                        Preferences                    
                
                of type(s)
                
                    application/json;version=36.2                
            
        
        
                    This response body class contains all of the following:
                                            
                            
                                Page                                                                    , 
                                                            
                        
                                            
                            
                                InlinePreferences1                                                            
                        
                    
                
            
                            {
    "resultTotal": 0,
    "pageCount": 0,
    "page": 0,
    "pageSize": 0,
    "associations": [
        {
            "entityId": "string",
            "associationId": "string"
        }
    ],
    "values": [
        {
            "classifier": "string",
            "name": "string",
            "value": "string"
        }
    ]
}Availability
                    Added in 32.0
        
        
        
            Preferences Operations
        
                                            
                            
                                    GET                                
                                
                                        Get Preference                                    
                                
                                    GET                                
                                
                                        Get Preference Definition                                    
                                
                                    GET                                
                                
                                        Query Preference Definitions                                    
                                
                                    GET                                
                                
                                        Query Preferences                                    
                                
                                    PUT                                
                                
                                        Update Preference                                    
                                