ParameterService.getParameterValueFromQueryString Method
        
 Gets the parameter value for the specified string value.
 
         
        Parameters
        
            - entityId
            
 
            - 
                
Type: String
The ID of the entity that the parameter is on, usually this is a Metric Set. 
            - parameterId
            
 
            - 
                
Type: String
The parameter ID. 
            - value
            
 
            - 
                
Type: String
The string value which will be converted into a parameter value. 
            - parameterValueType
            
 
            - 
                
Type: ParameterValueTypes
(optional) The target parameter value type.
Optional: True 
        
        Return Value
        
Type: jQuery.Promise
        
Value: dundas.data.ParameterValue
        
A promise object that is resolved when the call is complete.
 If successful, a dundas.data.ParameterValue is returned.