Retrieve event information by event ID (dlbv3)

Retrieve event information by using the event ID.

GET /{device_id}/events/{event_id}

This operation does not accept a request body.

202 Response

Successfully processed the request.

{
    "events": [
        {
            "event_id": "<event-id(str)>",
            "message": "COMPLETED",
            "entrytimestamp": "2020-11-02T08:02:46.291000",
            "modifiedtimestamp": "2020-11-02T08:02:47.643000",
            "status": 200,
            "@type": "Event"
        }
    ]
}