Retrieves the event by id
get
/events/{id}
This endpoint is used to get the event by id.
Request
Supported Media Types
- application/json
- application/xml
Path Parameters
-
id: string
Maximum Length:
36
Event Id for which data needs to be fetched
Response
Supported Media Types
- application/json
- application/xml
200 Response
Successful performs the operation
Root Schema : LmdTbEventsWrapperDTO
Type:
Show Source
object
-
data(optional):
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(optional):
string(date)
Close Date for Events
-
createdBy(optional):
string
Created by for Events
-
customerId(optional):
string
Pattern:
[a-zA-Z0-9]{1,20}
Customer Id in Events -
eventCode(optional):
string
Code for Events
-
eventDate(optional):
string(date)
Date of Events
-
eventDescription(optional):
string
Description for Events
-
eventSource(optional):
string
Source for Events
-
eventType(optional):
string
Type of Events
-
fromAccountNumber(optional):
string
From Account Number for Events
-
fromBranchCode(optional):
string
From Branch Code for Exceptions
-
fromCurrencyCode(optional):
string
From Currency Code for Exceptions
-
isActive(optional):
string
Is Active in Events
-
startDate(optional):
string(date)
Start Date for Events
-
structureId(optional):
string
Pattern:
[0-9a-fA-Z-]{1,36}
Structure Id for Events -
structureType(optional):
string
Structure Type for Exceptions
-
toAccountNumber(optional):
string
To Account Number for Events
-
toBranchCode(optional):
string
To Branch Code for Exceptions
-
toCurrencyCode(optional):
string
To Currency Code for Exceptions
-
transactionId(optional):
string
Transaction Id for Events
-
userId(optional):
string
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