v1

latestOpenAPI 3.0.0Creative Commons Attribution 3.02026-07-13113143.5 KB
conferenceRecords

Lists the participants in a conference record. By default, ordered by join time and in descending order. This API supports fields as standard parameters like every other API. However, when the fields request parameter is omitted, this API defaults to 'participants/*, next_page_token'.

get/v2/{+parent}/participants

Path parameters

parentstring required

Required. Format: conferenceRecords/{conference_record}

Query parameters

filterstring

Optional. User specified filtering condition in EBNF format. The following are the filterable fields: * earliest_start_time * latest_end_time For example, latest_end_time IS NULL returns active participants in the conference.

pageSizeinteger

Maximum number of participants to return. The service might return fewer than this value. If unspecified, at most 100 participants are returned. The maximum value is 250; values above 250 are coerced to 250. Maximum might change in the future.

pageTokenstring

Page token returned from previous List Call.

Response

Successful response