Get a single event by event ID.
GET {{baseUrl}}/events/:eventId
Get a single event based on event_id
. You must have permission to
retrieve this event e.g. by being a member in the room for this event.
This endpoint was deprecated in r0 of this specification. Clients should instead call the /rooms/{roomId}/event/{eventId} API or the /rooms/{roomId}/context/{eventId API.
RESPONSES
status: OK
{"$ref":"../../event-schemas/examples/m.room.message$m.text.yaml"}