Method: conferenceRecords.get
Pobiera rekord rozmowy wideo według jej identyfikatora.
Żądanie HTTP
GET https://meet.googleapis.com/v2/{name=conferenceRecords/*}
Adres URL używa składni transkodowania gRPC.
Parametry ścieżki
Parametry |
name |
string
To pole jest wymagane. Nazwa zasobu konferencji.
|
Treść żądania
Treść żądania musi być pusta.
Treść odpowiedzi
W przypadku powodzenia treść odpowiedzi obejmuje wystąpienie elementu ConferenceRecord
.
Zakresy autoryzacji
Wymaga jednego z tych zakresów OAuth:
https://www.googleapis.com/auth/meetings.space.created
https://www.googleapis.com/auth/meetings.space.readonly
Więcej informacji znajdziesz w przewodniku po autoryzacji.
O ile nie stwierdzono inaczej, treść tej strony jest objęta licencją Creative Commons – uznanie autorstwa 4.0, a fragmenty kodu są dostępne na licencji Apache 2.0. Szczegółowe informacje na ten temat zawierają zasady dotyczące witryny Google Developers. Java jest zastrzeżonym znakiem towarowym firmy Oracle i jej podmiotów stowarzyszonych.
Ostatnia aktualizacja: 2024-04-30 UTC.
[null,null,["Ostatnia aktualizacja: 2024-04-30 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"]]