APIs
This section lists the supported APIs.
Get EVENTS BY TYPE
This API helps to monitor and analyse the event store inbox table based on event type, event source, command type, creation time and status.
GET/v1.0.0/events/{eventType}
Response
{
"items": [
{
"eventId": "f75affa2-b53f-4dbc-80d7-e9c0df80442b",
"eventType": "CommandProcessed",
"eventDetails": "{}",
"priority": 1,
"payload": "{"eventId": "f75affa2-b53f-4dbc-80d7-e9c0df80442b","dateTime": 1573043479180,"organizationId": null,"status": "new","eventType": "CommandProcessed","payload": { "commandId": "1a316d88-3c17-4b59-ad7e-77a3961ac230", "operationInstanceId": null, "sequenceInstanceId": null, "eventType": "ms-paymentorder.CreatePayment", "status": "NEW", "businessObject": { "status": 200, "failureMessages": [], "body": { "paymentorderRequestId": "1111/1112/1000", "extensionss": null }, "success": true }} }",
"status": "PROCESSED",
"creationTime": "2020-04-06 05:59:51",
"processedTime": "2020-04-06 05:59:51"
}
],
}
In this topic