{ "operationId": "listChannels", "method": "GET", "path": "/teams/{team-id}/channels", "summary": "Microsoft Teams List Channels", "requestExamples": [], "responseExamples": [ { "status": "200", "contentType": "application/json", "name": "ListChannels200Example", "example": { "value": [ { "id": "19:abc123@thread.tacv2", "displayName": "General", "description": "General discussion channel.", "membershipType": "standard" } ] } } ] }