| title | teamsChannelPlanner resource type |
|---|---|
| description | Provides access to Planner resources for a Teams shared channel. |
| ms.localizationpriority | medium |
| author | DanluCui |
| ms.subservice | planner |
| doc_type | resourcePageType |
| ms.date | 01/15/2025 |
Namespace: microsoft.graph
[!INCLUDE beta-disclaimer]
Provides access to Planner resources for a Teams shared channel. This resource doesn't contain any usable properties.
Inherits from entity.
| Method | Return Type | Description |
|---|---|---|
| List plans | plannerPlan collection | Get a list of plannerPlan objects owned by a shared channel in Teams. |
| Property | Type | Description |
|---|---|---|
| id | String | The unique identifier for the teamsChannelPlanner object. Read-only. Inherited from entity. |
| Relationship | Type | Description |
|---|---|---|
| plans | plannerPlan collection | A collection of plannerPlan objects owned by the Teams channel. Currently, only shared channels are supported. Read-only. Nullable. |
The following JSON representation shows the resource type.
{
"id": "String (identifier)"
}