Questions Asked
Retrieve the list of questions asked by speakers in a processed meeting.
Last updated
GET /single-feature-api/meeting/questions-asked?file-hash=abcdef1234567890
Authorization: Bearer <JWT_token>{
"questions_asked": {
"11eb454c-68d4-40f0-b965-0074bc0e688f": ["Question asked by speaker 11eb454c-68d4-40f0-b965-0074bc0e688f"],
"582fc671-5b8b-498d-a09e-bfb53145b05a": ["Question asked by speaker 582fc671-5b8b-498d-a09e-bfb53145b05a"],
"637f9221-ab4a-46bb-979e-776ba541a407": ["Question asked by speaker 637f9221-ab4a-46bb-979e-776ba541a407"],
"b01792fb-5097-46d7-b458-1d559a9b4978": ["Question asked by speaker b01792fb-5097-46d7-b458-1d559a9b4978"]
}
}