Retrieves the event by id
get
/api/1.0/service/lmd/events/{id}
This endpoint is used to get the event by id
Request
Supported Media Types
- application/json
- application/xml
Path Parameters
-
id(required): string
Maximum Length:
36
Event Id for which data needs 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
Root Schema : LmdTbEventsWrapperServiceDTO
Type:
Show Source
object
-
data:
object LmdTbEventsDTO
Events DTO
Nested Schema : GenericDto
Match All
Show Source
-
object
GenericDto-allOf[0]
Discriminator:
resource_type
Nested Schema : GenericDto-allOf[0]
Type:
object
Discriminator:
resource_type
Nested 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