meetingAttendanceReport リソースの種類

名前空間: microsoft.graph

会議出席レポートに関連付けられている情報が含まれます。

会議出席レポートは、オンライン会議成果物です。 詳細については、「 オンライン会議の成果物とアクセス許可」を参照してください。

メソッド

メソッド 戻り値の種類 説明
会議の一覧表示AttendanceReports meetingAttendanceReport コレクション meetingAttendanceReport オブジェクトとそのプロパティの一覧を取得します。
会議の取得AttendanceReport meetingAttendanceReport meetingAttendanceReport オブジェクトのプロパティとリレーションシップを読み取ります。

プロパティ

プロパティ 説明
id String 出席レポートの一意の識別子。 読み取り専用です。
meetingEndDateTime DateTimeOffset 会議が終了した UTC 時刻。 読み取り専用です。
meetingStartDateTime DateTimeOffset 会議が開始された UTC 時刻。 読み取り専用。
totalParticipantCount Int32 参加者の総数。 読み取り専用です。

リレーションシップ

リレーションシップ 説明
attendanceRecords attendanceRecord コレクション 出席レポートの出席レコードの一覧。 読み取り専用です。

JSON 表記

リソースの JSON 表記を次に示します。

{
  "@odata.type": "#microsoft.graph.meetingAttendanceReport",
  "id": "String(identifier)",
  "meetingEndDateTime": "String (timestamp)",
  "meetingStartDateTime": "String (timestamp)",
  "totalParticipantCount": "Int32",

  "attendanceRecords": [{"@odata.type": "#microsoft.graph.attendanceRecord"}]
}