plannerUser リソースの種類
名前空間: microsoft.graph
重要
Microsoft Graph の /beta
バージョンの API は変更される可能性があります。 実稼働アプリケーションでこれらの API を使用することは、サポートされていません。 v1.0 で API を使用できるかどうかを確認するには、Version セレクターを使用します。
ユーザーのPlanner リソースへのアクセスを提供します。
メソッド
メソッド | 戻り値の型 | 説明 |
---|---|---|
ユーザーの割り当てられているタスクを一覧表示する | plannerTask コレクション | ユーザーに割り当てられた plannerTasks を取得します。 |
ユーザーのマイ デイ タスクを一覧表示する | plannerTask コレクション | ユーザーの MyDay ビューに表示される plannerTasks を取得します。 |
ユーザーのお気に入りの計画を一覧表示します。 | plannerPlan コレクション | ユーザーによってお気に入りとしてマークされた plannerPlans を取得します。 |
ユーザーの最近の計画を一覧表示する | plannerPlan コレクション | ユーザーが最近表示 した plannerPlans を取得します。 |
名簿にユーザーのプランを一覧表示する | plannerPlan コレクション | ユーザーがメンバーである plannerRosters に含まれる plannerPlans を取得します。 |
ユーザーの設定を更新する | plannerUser | plannerUser オブジェクトを更新します。 |
プロパティ
プロパティ | 種類 | 説明 |
---|---|---|
id | String | 読み取り専用です。 plannerUser オブジェクトの一意識別子。 |
favoritePlanReferences | plannerFavoritePlanReferenceCollection | ユーザーがお気に入りとしてマークしたプランへの参照を含むコレクション。 |
recentPlanReferences | plannerRecentPlanReferenceCollection | 最近のプランをサポートするアプリでユーザーが最近表示したプランへの参照を含むコレクション。 |
リレーションシップ
リレーションシップ | 型 | 説明 |
---|---|---|
favoritePlans | plannerPlan コレクション | 読み取り専用。 Null 許容型です。 ユーザーが [お気に入り] としてマークした plannerPlans を返します。 |
recentPlans | plannerPlan コレクション | 読み取り専用。 Null 許容型。 最近のプランをサポートするアプリでユーザーが最近表示した plannerPlans を返します。 |
rosterPlans | plannerPlan コレクション | 読み取り専用です。 Null 許容型です。 ユーザーがメンバー である plannerRosters に含まれる plannerPlans を返します。 |
tasks | plannerTask コレクション | 読み取り専用です。 Null 許容型です。 ユーザーに割り当てられた plannerTasks を返します。 |
myDayTasks | plannerTask コレクション | 読み取り専用です。 Null 許容型です。 ユーザーの [自分の日] ビューに表示される plannerTasks を返します。 |
JSON 表記
次の JSON 表現は、リソースの種類を示しています。
{
"id": "String (identifier)",
"favoritePlanReferences": {"@odata.type": "microsoft.graph.plannerFavoritePlanReferenceCollection"},
"recentPlanReferences": {"@odata.type": "microsoft.graph.plannerRecentPlanReferenceCollection"}
}