Method: conferenceRecords.get
המערכת מקבלת רשומה של שיחת הוועידה לפי מזהה שיחת הוועידה.
בקשת HTTP
GET https://meet.googleapis.com/v2/{name=conferenceRecords/*}
בכתובת ה-URL נעשה שימוש בתחביר המרת קידוד של gRPC.
פרמטרים של נתיב
פרמטרים |
name |
string
חובה. שם המשאב של שיחת הוועידה.
|
גוף הבקשה
גוף הבקשה חייב להיות ריק.
גוף התשובה
אם הפעולה בוצעה ללא שגיאות, גוף התגובה מכיל מופע של ConferenceRecord
.
היקפי הרשאות
נדרש אחד מהיקפי ההרשאות הבאים של OAuth:
https://www.googleapis.com/auth/meetings.space.created
https://www.googleapis.com/auth/meetings.space.readonly
למידע נוסף, עיינו במדריך ההרשאות.
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 4.0 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2024-04-30 (שעון UTC).
[null,null,["עדכון אחרון: 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"]]