Method: conferenceRecords.get
Gets a conference record by conference ID.
HTTP request
GET https://meet.googleapis.com/v2/{name=conferenceRecords/*}
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters |
name |
string
Required. Resource name of the conference.
|
Request body
The request body must be empty.
Response body
If successful, the response body contains an instance of ConferenceRecord
.
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.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-09-23 UTC.
[null,null,["Last updated 2024-09-23 UTC."],[[["Retrieves a specific conference record using its unique ID via a GET request."],["Requires an empty request body and returns a `ConferenceRecord` object upon successful execution."],["Utilizes gRPC Transcoding for the URL structure and requires specific OAuth scopes for authorization."],["Needs either `meetings.space.created` or `meetings.space.readonly` scope for access."]]],["This document outlines how to retrieve a conference record using a GET request. The request URL is defined by `https://meet.googleapis.com/v2/{name=conferenceRecords/*}`, where `name` is a required string parameter identifying the conference. The request body must be empty. A successful request returns a `ConferenceRecord` instance. Authorization requires either the `meetings.space.created` or `meetings.space.readonly` OAuth scope. Information is provided regarding the path parameters, response body, and authorization scopes.\n"]]