Method: conferenceRecords.participants.participantSessions.list

列出會議記錄中參與者的參與者工作階段。根據預設,系統會按照加入時間與遞減順序排列。此 API 支援 fields 做為標準參數,就像其他 API 一樣。不過,如果省略 fields 要求參數,則這個 API 會預設為 'participantsessions/*, nextPageToken'

HTTP 要求

GET https://meet.googleapis.com/v2/{parent=conferenceRecords/*/participants/*}/participantSessions

這個網址使用 gRPC 轉碼語法。

路徑參數

參數
parent

string

必要欄位。格式:conferenceRecords/{conferenceRecord}/participants/{participant}

查詢參數

參數
pageSize

integer

選用設定。要傳回的參與者工作階段數量上限。服務傳回的產品數量可能會少於這個值。如未指定,最多會傳回 100 名參與者。最大值為 250;系統會將超過 250 個值強制轉換成 250。上限日後可能會有變動。

pageToken

string

選用設定。上一個 List 呼叫傳回的頁面符記。

filter

string

選用設定。使用者指定的篩選條件,採用 EBNF 格式。以下是可篩選的欄位:

  • start_time
  • end_time

舉例來說,end_time IS NULL 會傳回會議記錄中正在進行的參與者工作階段。

要求主體

要求主體必須為空白。

回應主體

ListSenders 方法的回應。

如果成功,回應主體會含有以下結構的資料:

JSON 表示法
{
  "participantSessions": [
    {
      object (ParticipantSession)
    }
  ],
  "nextPageToken": string
}
欄位
participantSessions[]

object (ParticipantSession)

單一頁面的參與者清單。

nextPageToken

string

在目前的 List 呼叫不含所有參與者的情況下,要循環使用的權杖。如果所有參與者都傳回,則未設定。

授權範圍

需要下列其中一種 OAuth 範圍:

  • https://www.googleapis.com/auth/meetings.space.created
  • https://www.googleapis.com/auth/meetings.space.readonly

詳情請參閱授權指南