Retrives the instruction by given ID
get
                    /instruction/{id}/unauthorized
This endpoint is used to Retriving the unauthorized instruction identified by given ID.
                Request
Supported Media Types
                - application/json
 - application/xml
 
Path Parameters
                - 
                    id: string
                    
                    Id of the user that needs to be fetched
 
Response
Supported Media Types
                - application/json
 - application/xml
 
200 Response
Returns the instruction based on given id.
                
                
                    Root Schema : LmmTmSweepInstructionCollection
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    objectCollection of sweepinstruction.
    
    
    
    
        Show Source
        
        
    
    
    
    
    
    
    
Nested Schema : GenericDto
    
      
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    Match All
    Show Source
    - 
            
            object 
            
            
         GenericDto-allOf[0]
            
        Discriminator:
resource_type 
Nested Schema : GenericDto-allOf[0]
    
      Type: 
      
    
    
    
    
    objectDiscriminator: 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
resource_typeNested Schema : LmmTmSweepInstructionDTO-allOf[1]
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        object- 
            instructionDescription(optional): 
            string
            Maximum Length:
100 - 
            instructionId: 
            string
            Minimum Length:
1Maximum Length:10Pattern:[a-zA-Z0-9]{0,10} - 
            LmmTmSweepInstructionDetailsDTO(optional): 
            array  LmmTmSweepInstructionDetailsDTO
            
            
 - 
            productCode: 
            string
            Maximum Length:
10 
Nested Schema : LmmTmSweepInstructionDetailsDTO
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        object- 
            id(optional): 
            string
            Maximum Length:
36 - 
            mandatory(optional): 
            string
            Maximum Length:
1Pattern:[Y,N] - 
            parameterName(optional): 
            string
            Maximum Length:
25 - 
            parameterValue(optional): 
            string
            Maximum Length:
100 - 
            sweepInstructionId: 
            string
            Maximum Length:
36 
400 Response
Malformed syntax.
                
                
                401 Response
Request does not have sufficient credentials.
                
                
                403 Response
Request is not authorized.
                
                
                500 Response
Internal error