Get shared event
GET /api/shared-events/{conversation_id}/{event_id}
Get a single event from a shared conversation by conversation_id and event_id.
Parameters
| Name | In | Type | Required | Description |
|---|---|---|---|---|
conversation_id | path | string | yes | — |
event_id | path | string | yes | — |
Responses
| Status | Description |
|---|---|
200 | Successful Response |
422 | Validation Error |
Operation ID: get_shared_event_api_shared_events__conversation_id___event_id__get