تاريخ التعديل الأخير: 2024-04-30 (حسب التوقيت العالمي المتفَّق عليه)
[[["يسهُل فهم المحتوى.","easyToUnderstand","thumb-up"],["ساعَدني المحتوى في حلّ مشكلتي.","solvedMyProblem","thumb-up"],["غير ذلك","otherUp","thumb-up"]],[["لا يحتوي على المعلومات التي أحتاج إليها.","missingTheInformationINeed","thumb-down"],["الخطوات معقدة للغاية / كثيرة جدًا.","tooComplicatedTooManySteps","thumb-down"],["المحتوى قديم.","outOfDate","thumb-down"],["ثمة مشكلة في الترجمة.","translationIssue","thumb-down"],["مشكلة في العيّنات / التعليمات البرمجية","samplesCodeIssue","thumb-down"],["غير ذلك","otherDown","thumb-down"]],["تاريخ التعديل الأخير: 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"]]