v1

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

Lists the conference records. By default, ordered by start time and in descending order.

get/v2/conferenceRecords

Query parameters

filterstring

Optional. User specified filtering condition in EBNF format. The following are the filterable fields: * space.meeting_code * space.name * start_time * end_time For example, consider the following filters: * space.name = "spaces/NAME" * space.meeting_code = "abc-mnop-xyz" * start_time>="2024-01-01T00:00:00.000Z" AND start_time<="2024-01-02T00:00:00.000Z" * end_time IS NULL

pageSizeinteger

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

pageTokenstring

Optional. Page token returned from previous List Call.

Response

Successful response