{ "operationId": "youtubeAnalytics.groupItems.list", "method": "GET", "path": "/groupItems", "summary": "Youtube List Group Items", "requestExamples": [], "responseExamples": [ { "status": "200", "contentType": "application/json", "name": "YoutubeanalyticsGroupitemsList200Example", "example": { "kind": "youtube#video", "etag": "XI7nbFXulYBIpL0ayR_gDh3eu1k", "items": [ { "kind": "youtube#video", "etag": "XI7nbFXulYBIpL0ayR_gDh3eu1k", "id": "abc123def456", "groupId": "500123", "resource": { "kind": "youtube#channel", "id": "abc123def456" } } ] } } ] }