Get Insight Severity
get
                    /api/utilitiesAdmin/{version}/insightSeverity/{id}
Gets details of a specific Insight Severity record by its id field.
                Request
Path Parameters
                - 
                    id(required):  string
                    
                    Value of resource id field. Example: F1IN (for admin entity 'insightSeverity')
- 
                    version(required):  string
                    
                    API version. Example: v1
There's no request body for this operation.
Back to TopResponse
Supported Media Types
                - application/json
200 Response
Success
                            
                            
                                Nested Schema : insightSeverity
    
    	Type: 
    	
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        object- 
                
                    
                    active(required): boolean
                    
                    
                     
                    
                
                
                Boolean that is true if active, false if inactive.
- 
                
                    
                    code: string
                    
                    
                     
                    
                
                
                Code for the Insight Severity
- 
                
                    
                    defaultStyle: string
                    
                    
                     
                    
                
                
                Display style for the insights with this severity.
- 
                
                    
                    description(required): string
                    
                    
                     
                    
                
                
                Display description for the record.
- 
                
                    
                    id(required): string
                    
                    
                     
                    
                
                
                Id of the Insight Severity record.
- 
                
                    
                    rank(required): number
                    
                    
                     
                    
                
                
                Rank of importance.
Examples
                                
                                
                            
                            
                            
                        400 Response
An error is encountered due to an invalid request
                            
                            
                                Root Schema : Error
    
    	Type: 
    	
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        object- 
                
                    
                    code: string
                    
                    
                     
                    
                
                
                Application relevant detail, defined in the API or a common list.
- 
                
                    
                    message: string
                    
                    
                     
                    
                
                
                More details and corrective actions related to the error which can be shown to a client user.
- 
                
                    
                    referenceError: string
                    
                    
                     (uri) 
                    
                
                
                URI of documentation describing the error.
- 
                
                    
                    status: string
                    
                    
                     
                    
                
                
                HTTP Error code extension
500 Response
An internal server error is encountered, due to an unknown reason
                            
                            
                                Root Schema : Error
    
    	Type: 
    	
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        object- 
                
                    
                    code: string
                    
                    
                     
                    
                
                
                Application relevant detail, defined in the API or a common list.
- 
                
                    
                    message: string
                    
                    
                     
                    
                
                
                More details and corrective actions related to the error which can be shown to a client user.
- 
                
                    
                    referenceError: string
                    
                    
                     (uri) 
                    
                
                
                URI of documentation describing the error.
- 
                
                    
                    status: string
                    
                    
                     
                    
                
                
                HTTP Error code extension