{ "operationId": "downloadTranscript", "method": "GET", "path": "/meetingClosedCaptions/{closedCaptionId}/download", "summary": "Download Meeting Closed Caption Snippets", "requestExamples": [], "responseExamples": [ { "status": "200", "contentType": "text/vtt", "example": "WEBVTT\n\n1\n00:00:20.904 --> 00:00:24.564\nThis is an s sample closed caption snippet.\n\n2\n00:00:31.014 --> 00:00:33.744\nTesting out download closed captions.\n" } ] }