v1

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

Lists the participant sessions of a participant 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 'participantsessions/*, next_page_token'.

get/v2/{+parent}/participantSessions

Path parameters

parentstring required

Required. Format: conferenceRecords/{conference_record}/participants/{participant}

Query parameters

filterstring

Optional. User specified filtering condition in EBNF format. The following are the filterable fields: * start_time * end_time For example, end_time IS NULL returns active participant sessions in the conference record.

pageSizeinteger

Optional. Maximum number of participant sessions 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

Optional. Page token returned from previous List Call.

Response

Successful response