{ "operationId": "getMeetingClosedCaptions", "method": "GET", "path": "/meetingClosedCaptions", "summary": "List Meeting Closed Captions", "requestExamples": [], "responseExamples": [ { "status": "200", "contentType": "application/json;charset=UTF-8", "example": { "items": [ { "id": "195d64646ad14be2924ea50f541fd91d", "meetingId": "0ed74a1c0551494fb7a04e2881bf50ae_I_166022169160077044", "vttDownloadLink": "http://site-example.webex.com/v1/meetingClosedCaptions/195d64646ad14be2924ea50f541fd91d/download?format=vtt", "txtDownloadLink": "http://site-example.webex.com/v1/meetingClosedCaptions/195d64646ad14be2924ea50f541fd91d/download?format=txt", "start": "2022-04-18T01:46:29Z" } ] } } ] }