Filter
                                Filter                            
                            JSON Example
                                    {
    "filterValueType": "string",
    "name": "string",
    "id": "string",
    "filterType": "string",
    "filterEntries": {
        "metadata": {
            "number": 0,
            "size": 0,
            "offset": 0,
            "totalPages": 0,
            "totalElements": 0
        },
        "links": [
            {
                "rel": "string",
                "href": "string"
            }
        ],
        "content": [
            {
                "name": "string",
                "id": "string"
            }
        ]
    }
}
            
            
                                    string
                
                
            
        
        
                filterValueType            
                            Optional
                    filterValueType
                Possible values are :
                                    RANGE, 
                                    SINGLE, 
                                    MULTIPLE, 
                            
        
    
            
            
                                    string
                
                
            
        
        
                name            
                            Optional
                    name
            
            
                                    string
                
                
            
        
        
                id            
                            Optional
                    id
            
            
                                    string
                
                
            
        
        
                filterType            
                            Optional
                    filterType
                Possible values are :
                                    COLLECTION, 
                                    DATE, 
                                    MONEY, 
                                    NUMBER, 
                            
        
    