{ "operationId": "Get the location call captions settings", "method": "GET", "path": "/telephony/config/locations/{locationId}/callCaptions", "summary": "Get the location call captions settings", "requestExamples": [], "responseExamples": [ { "status": "200", "contentType": "application/json", "example": { "locationClosedCaptionsEnabled": true, "locationTranscriptsEnabled": true, "orgClosedCaptionsEnabled": true, "orgTranscriptsEnabled": true, "useOrgSettingsEnabled": true } } ] }