Get all enabled lookup codes
get
                    https://<servername>/api/boss/data/objects/ora/commonAppsInfra/objects/v1/setEnabledLookupCodes/$views/lookupLOV
Gets all of the set-enabled lookup codes for the given lookup type, filtering on the optional active date and always including the optional current value.
                Request
Query Parameters
                    - 
                            $fields: string
                            
                            Restricts the resource fields. Only the specified fields and mandatory system fields are returned.
- 
                            $filter: string
                            
                            The resource collection will be queried using the specified filter condition.
- 
                            $limit: integer
                            
                            Restricts the number of resource items returned inside the resource collection. If the limit exceeds the resource count then the framework will only return the available resource items.Default Value:25
- 
                            $offset: integer
                            
                            Defines the starting position of the resource collection. If offset exceeds the resource count then no resource items are returned.Default Value:0
- 
                            $sortBy: string
                            
                            Orders a resource collection based on the specified fields. The parameter value is a comma-separated string of field names, each optionally followed by a colon and "asc" (default) or "desc".
- 
                            activeDate: string(date)
                            
                            The active date parameter for the lookupLOV view.Default Value:[[Temporal.Now.plainDateISO()]]
- 
                            currentValue: string
                            
                            The current value parameter for the lookupLOV view.
- 
                            lookupType(required): string
                            
                            The unique identifier of the Lookup Type.
- 
                            setId(required): string
                            
                            The unique identifier of the set ID set.
There's no request body for this operation.
Back to TopResponse
Default Response
Successful response of retrieving view lookupLOV for resource Set-Enabled Lookup Codes
                            
                            
                                Root Schema : setEnabledLookupCodes_view-lookupLOV
    
    	
    	
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    Match All
    Show Source
    - 
                
                object 
                
                
             __collection_context
                
            
- 
                
                object 
                
                
             setEnabledLookupCodes_view-lookupLOV-allOf[1]
                
            Gets all of the set-enabled lookup codes for the given lookup type, filtering on the optional active date and always including the optional current value.
Nested Schema : setEnabledLookupCodes_view-lookupLOV-allOf[1]
    
    	Type: 
    	
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    objectGets all of the set-enabled lookup codes for the given lookup type, filtering on the optional active date and always including the optional current value.
    
    
    
    
        Show Source
        
        
    
    
    
    
    
    
    
    
Nested Schema : items-allOf[1]
    
    	Type: 
    	
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        object- 
                
                    
                    description: string
                    
                    
                     
                    
                
                
                Title:Lookup Code DescriptionRead Only:trueThe translated description of the Lookup Code.
- 
                
                    
                    lookupCode: string
                    
                    
                     
                    
                
                
                Title:Lookup Code IDRead Only:trueThe unique identifier of the Lookup Code.
- 
                
                    
                    lookupType: string
                    
                    
                     
                    
                
                
                Title:Lookup Type IDRead Only:trueThe unique identifier of the Lookup Type.
- 
                
                    
                    meaning: string
                    
                    
                     
                    
                
                
                Title:Lookup Code MeaningRead Only:trueThe translated meaning of the Lookup Code.
- 
                
                    
                    setId: string
                    
                    
                     (big-integer) 
                    
                
                
                Title:Set IDRead Only:trueThe unique identifier of the set ID set.
- 
                
                    
                    setIdSet: 
                    
                    
                
                
                    setIdSet
                
                
                
Nested Schema : setIdSet-allOf[1]
    
    	Type: 
    	
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        object- 
                
                    
                    setCode: string
                    
                    
                     
                    
                
                
                Title:Set CodeRead Only:trueThe unique code that identifies the set ID set.
- 
                
                    
                    setId: string
                    
                    
                     (big-integer) 
                    
                
                
                Title:Set IDRead Only:trueThe unique identifier of the set ID set.
- 
                
                    
                    setName: string
                    
                    
                     
                    
                
                
                Title:Set NameRead Only:trueThe descriptive name of the Set ID Set.