Method: conferenceRecords.participants.participantSessions.get
参加者セッション ID で参加者セッションを取得します。
HTTP リクエスト
GET https://meet.googleapis.com/v2/{name=conferenceRecords/*/participants/*/participantSessions/*}
この URL は gRPC Transcoding 構文を使用します。
パスパラメータ
パラメータ |
name |
string
必須。参加者のリソース名。
|
リクエスト本文
リクエストの本文は空にする必要があります。
レスポンスの本文
成功した場合、レスポンスの本文には ParticipantSession
のインスタンスが含まれます。
承認スコープ
次の OAuth スコープのいずれかが必要です。
https://www.googleapis.com/auth/meetings.space.created
https://www.googleapis.com/auth/meetings.space.readonly
詳しくは、承認ガイドをご覧ください。
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2024-04-30 UTC。
[null,null,["最終更新日 2024-04-30 UTC。"],[[["Retrieves a specific participant session within a Google Meet conference record using its unique identifier."],["Requires providing the participant session's resource name as a path parameter in the request URL."],["The response provides detailed information about the participant session, including timing and engagement metrics, if successful and authorized."],["Requires specific OAuth scopes for authorization, allowing either read-only or full access to Google Meet space data."]]],[]]