teamsChannelPlanner resource type
Namespace: microsoft.graph
Important
APIs under the /beta
version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.
Provides access to Planner resources for a Teams shared channel. This resource doesn't contain any usable properties.
Inherits from entity.
Methods
Method | Return Type | Description |
---|---|---|
List plans | plannerPlan collection | Get a list of plannerPlan objects owned by a shared channel in Teams. |
Properties
Property | Type | Description |
---|---|---|
id | String | The unique identifier for the teamsChannelPlanner object. Read-only. Inherited from entity. |
Relationships
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. |
JSON representation
The following JSON representation shows the resource type.
{
"id": "String (identifier)"
}