{ "operationId": "listGroupPlans", "method": "GET", "path": "/groups/{group-id}/planner/plans", "summary": "Microsoft Planner List Group Plans", "requestExamples": [], "responseExamples": [ { "status": "200", "contentType": "application/json", "name": "Listgroupplans200Example", "example": { "@odata.context": "example_value", "@odata.count": 10, "value": [ { "@odata.etag": "example_value", "id": "abc123", "title": "Example Title", "owner": "example_value", "createdDateTime": "2026-01-15T10:30:00Z" } ] } } ] }