Retrieves the event by ID
get
/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
Maximum Length:
20
Created by for Events -
customerId:
string
Pattern:
[a-zA-Z0-9]{1,20}
Customer Id in Events -
eventCode(required):
string
Maximum Length:
50
Code for Events -
eventDate:
string
Date of Events
-
eventDescription:
string
Maximum Length:
500
Description for Events -
eventSource:
string
Maximum Length:
150
Source for Events -
eventType:
string
Type of Events
-
fromAccountNumber:
string
Maximum Length:
50
From Account Number for Events -
fromBranchCode:
string
Maximum Length:
4
From Branch Code for Exceptions -
fromCurrencyCode:
string
Maximum Length:
3
From Currency Code for Exceptions -
isActive:
string
Is Active in Events
-
startDate:
string(date)
Start Date for Events
-
structureId:
string
Pattern:
[A-Z0-9]{1,30}
Structure Id for Events -
structureType:
string
Maximum Length:
20
Structure Type for Exceptions -
toAccountNumber:
string
Maximum Length:
50
To Account Number for Events -
toBranchCode:
string
Maximum Length:
4
To Branch Code for Exceptions -
toCurrencyCode:
string
Maximum Length:
3
To Currency Code for Exceptions -
transactionId:
string
Maximum Length:
50
Transaction Id for Events -
userId:
string
Maximum Length:
12
User Id for Exceptions
400 Response
Malformed syntax.
401 Response
Request does not have sufficient credentials.
403 Response
Request is not authorized.
500 Response
Internal error