Events (dlbv3)

Retrieve an event by event id

Retrieve event information by using the event ID.

GET /events/{eventId}

This operation does not accept a request body.

Response

Returns information about the event with the specified ID.

{
    "data": [{
        "event_id": "<eventId:str>",
        "status": "200",
        "message": "COMPLETED",
        "entrytimestamp": "2016-03-04T21:29:12",
        "modifiedtimestamp": "2016-03-04T21:29:12"
    }]
}