Stream Event Info
A gRPC-bidirectional stream that allows clients to subscribe/unsubscribe to real-time updates for specific events and questions.
Endpoint
Section titled “Endpoint”POST
/event/v1/streameventinfoRequest (Stream)
Section titled “Request (Stream)”{ "user_id": "user-uuid", "event_info": [ { "event_id": "event-uuid", "action": 1 } ]}Response (Stream)
Section titled “Response (Stream)”{ "status": { "type": "SUCCESS" }, "event_info": [ { "event": { "id": "event-uuid", "live_data": "..." } } ]}