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 (حسب التوقيت العالمي المتفَّق عليه)
[null,null,["تاريخ التعديل الأخير: 2024-04-30 (حسب التوقيت العالمي المتفَّق عليه)"],[[["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"]]