Retrieves the list of existing events based on log Type.
get
                    /api/1.0/service/lmd/events
This endpoint is used to retrieve the list of existing events based on log type.
                Request
Supported Media Types
                - application/json
 - application/xml
 
Query Parameters
                - 
                        customerId: string
                        
                        Pattern:
[a-zA-Z0-9]{1,20}Customer Id(s) for which data needs to be fetched - 
                        eventType: string
                        
                        fetch record according to eventType
 - 
                        limit: integer
                        
                        limit is maximum no of records to be fetched
 - 
                        offset: integer
                        
                        offset is starting no of records to be fetched
 
Header Parameters
                - 
                        sourceCode(required): string
                        
                        Source from which request is initiated
 
Response
Supported Media Types
                - application/json
 - application/xml
 
200 Response
Successful performs the operation
                
                
                    Nested Schema : GenericDto
    
      
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    Match All
    Show Source
    - 
            
            object 
            
            
         GenericDto-allOf[0]
            
        Discriminator:
resource_type 
Nested Schema : GenericDto-allOf[0]
    
      Type: 
      
    
    
    
    
    objectDiscriminator: 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
resource_typeNested Schema : LmdTbEventsDTO-allOf[1]
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        object- 
            closeDate: 
            string(date)
            Close Date for Events
 - 
            createdBy: 
            string
            Created by for Events
 - 
            customerId: 
            string
            Pattern:
[a-zA-Z0-9]{1,20}Customer Id in Events - 
            eventCode: 
            string
            Code for Events
 - 
            eventDate: 
            string
            Date of Events
 - 
            eventDescription: 
            string
            Description for Events
 - 
            eventSource: 
            string
            Source for Events
 - 
            eventType: 
            string
            Type of Events
 - 
            fromAccountNumber: 
            string
            From Account Number for Events
 - 
            isActive: 
            string
            Is Active in Events
 - 
            startDate: 
            string(date)
            Start Date for Events
 - 
            structureId: 
            string
            Pattern:
[0-9a-fA-Z-]{1,36}Structure Id for Events - 
            toAccountNumber: 
            string
            To Account Number for Events
 - 
            transactionId: 
            string
            Transaction Id for Events
 
400 Response
Malformed syntax.
                
                
                401 Response
Request does not have sufficient credentials.
                
                
                403 Response
Request is not authorized.
                
                
                500 Response
Internal error