Lists the conference records. By default, ordered by start time and in descending order.
HTTP request
GET https://meet.googleapis.com/v2/conferenceRecords
The URL uses gRPC Transcoding syntax.
Query parameters
Parameters | |
---|---|
pageSize |
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. |
pageToken |
Optional. Page token returned from previous List Call. |
filter |
Optional. User specified filtering condition in EBNF format. The following are the filterable fields:
For example, consider the following filters:
|
Request body
The request body must be empty.
Response body
Response of conferenceRecords.list method.
If successful, the response body contains data with the following structure:
JSON representation |
---|
{
"conferenceRecords": [
{
object ( |
Fields | |
---|---|
conferenceRecords[] |
List of conferences in one page. |
nextPageToken |
Token to be circulated back for further List call if current List does NOT include all the Conferences. Unset if all conferences have been returned. |
Authorization scopes
Requires one of the following OAuth scopes:
https://www.googleapis.com/auth/meetings.space.created
https://www.googleapis.com/auth/meetings.space.readonly
For more information, see the Authorization guide.