Get all set ID set translations
get
                    https://<servername>/api/boss/data/objects/ora/commonAppsInfra/objects/v1/setIdSets/{setIdSets_id}/$translations
Request
Path Parameters
                
                
                
                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".
There's no request body for this operation.
Back to TopResponse
Default Response
An array of items response
                            
                            
                                Nested Schema : setIdSets-_translations_item-response
    
    	
    	
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    Match All
    Show Source
    - 
                
                object 
                
                
             oraCommonAppsInfraObjects.SetIdSetTranslation_item
                
            The translation of the set ID set list of values resource.
- 
                
                object 
                
                
             __busObj_context
                
            
Nested Schema : oraCommonAppsInfraObjects.SetIdSetTranslation_item
    
    	Type: 
    	
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    objectThe translation of the set ID set list of values resource.
    
    
    
    
        Show Source
        - 
                
                    
                    $language: string
                    
                    
                     
                    
                
                
                Read Only:true
- 
                
                    
                    $sourceLang: string
                    
                    
                     
                    
                
                
                Read Only:true
- 
                
                    
                    setId: string
                    
                    
                     (big-integer) 
                    
                
                
                Read Only:trueThe unique identifier of the set ID set.
- 
                
                    
                    setIdSet: 
                    
                    
                
                
                    setIdSet
                
                
                
Nested Schema : setIdSet
    
    	
    	
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    Match All
    Show Source
    - 
                
                object 
                
                
             Set ID Set
                
            Title:Set ID SetThe set ID sets list of values resource is used to query the set ID sets.
- 
                
                object 
                
                
             __busObj_context
                
            
Nested Schema : Set ID Set
    
    	Type: 
    	
    
    
    
    objectTitle: 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    Set ID SetThe set ID sets list of values resource is used to query the set ID sets.
    
    
    
    
        Show Source
        - 
                
                    
                    $sourceLang: string
                    
                    
                     
                    
                
                
                Read Only:true
- 
                
                    
                    createdBy: string
                    
                    
                     
                    
                
                
                Title:Created ByRead Only:trueThe user who created the record.
- 
                
                    
                    description: string
                    
                    
                     
                    
                
                
                Title:Set DescriptionRead Only:trueThe description of the set ID set.
- 
                
                    
                    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.
- 
                
                    
                    timeCreated: string
                    
                    
                     (date-time) 
                    
                
                
                Title:Created OnRead Only:trueThe date and time when the record was created.
- 
                
                    
                    timeUpdated: string
                    
                    
                     (date-time) 
                    
                
                
                Title:Last Updated DateRead Only:trueThe date and time when the record was last updated.
- 
                
                    
                    updatedBy: string
                    
                    
                     
                    
                
                
                Title:Last Updated ByRead Only:trueThe user who last updated the record.