Method: mobiledevices.get
সেভ করা পৃষ্ঠা গুছিয়ে রাখতে 'সংগ্রহ' ব্যবহার করুন
আপনার পছন্দ অনুযায়ী কন্টেন্ট সেভ করুন ও সঠিক বিভাগে রাখুন।
একটি মোবাইল ডিভাইসের বৈশিষ্ট্য পুনরুদ্ধার করে।
HTTP অনুরোধ
GET https://admin.googleapis.com/admin/directory/v1/customer/{customerId}/devices/mobile/{resourceId}
URL gRPC ট্রান্সকোডিং সিনট্যাক্স ব্যবহার করে।
পাথ প্যারামিটার
পরামিতি |
---|
customerId | string গ্রাহকের Google Workspace অ্যাকাউন্টের জন্য অনন্য আইডি। একজন অ্যাকাউন্ট প্রশাসক হিসেবে, আপনি আপনার অ্যাকাউন্টের customerId প্রতিনিধিত্ব করতে my_customer alias ব্যবহার করতে পারেন। ব্যবহারকারীর সম্পদের অংশ হিসাবে customerId ফেরত দেওয়া হয়। |
resourceId | string API পরিষেবা মোবাইল ডিভাইস সনাক্ত করতে ব্যবহার করে অনন্য আইডি। |
ক্যোয়ারী প্যারামিটার
পরামিতি |
---|
projection | enum ( Projection ) নির্বাচিত ক্ষেত্রগুলির একটি সেটে তথ্য সীমাবদ্ধ করুন। |
শরীরের অনুরোধ
অনুরোধের বডি খালি হতে হবে।
প্রতিক্রিয়া শরীর
সফল হলে, প্রতিক্রিয়া বডিতে MobileDevice
এর একটি উদাহরণ থাকে।
অনুমোদনের সুযোগ
নিম্নলিখিত OAuth সুযোগগুলির মধ্যে একটি প্রয়োজন:
-
https://www.googleapis.com/auth/admin.directory.device.mobile
-
https://www.googleapis.com/auth/admin.directory.device.mobile.action
-
https://www.googleapis.com/auth/admin.directory.device.mobile.readonly
আরও তথ্যের জন্য, অনুমোদন নির্দেশিকা দেখুন।
অভিক্ষেপ
Enums |
---|
BASIC | শুধুমাত্র মৌলিক মেটাডেটা ক্ষেত্রগুলি অন্তর্ভুক্ত করে (যেমন, ডিভাইসআইডি, মডেল, স্থিতি, প্রকার এবং স্থিতি) |
FULL | সমস্ত মেটাডেটা ক্ষেত্র অন্তর্ভুক্ত করে |
অন্য কিছু উল্লেখ না করা থাকলে, এই পৃষ্ঠার কন্টেন্ট Creative Commons Attribution 4.0 License-এর অধীনে এবং কোডের নমুনাগুলি Apache 2.0 License-এর অধীনে লাইসেন্স প্রাপ্ত। আরও জানতে, Google Developers সাইট নীতি দেখুন। Java হল Oracle এবং/অথবা তার অ্যাফিলিয়েট সংস্থার রেজিস্টার্ড ট্রেডমার্ক।
2025-07-25 UTC-তে শেষবার আপডেট করা হয়েছে।
[null,null,["2025-07-25 UTC-তে শেষবার আপডেট করা হয়েছে।"],[],[],null,["# Method: mobiledevices.get\n\nRetrieves a mobile device's properties.\n\n### HTTP request\n\n`GET https://admin.googleapis.com/admin/directory/v1/customer/{customerId}/devices/mobile/{resourceId}`\n\nThe URL uses [gRPC Transcoding](https://google.aip.dev/127) syntax.\n\n### Path parameters\n\n| Parameters ||\n|--------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `customerId` | `string` The unique ID for the customer's Google Workspace account. As an account administrator, you can also use the `my_customer` alias to represent your account's `customerId`. The `customerId` is also returned as part of the [Users resource](https://developers.google.com/workspace/admin/directory/v1/reference/users). |\n| `resourceId` | `string` The unique ID the API service uses to identify the mobile device. |\n\n### Query parameters\n\n| Parameters ||\n|--------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `projection` | `enum (`[Projection](/workspace/admin/directory/reference/rest/v1/mobiledevices/get#Projection)`)` Restrict information returned to a set of selected fields. |\n\n### Request body\n\nThe request body must be empty.\n\n### Response body\n\nIf successful, the response body contains an instance of [MobileDevice](/workspace/admin/directory/reference/rest/v1/mobiledevices#MobileDevice).\n\n### Authorization scopes\n\nRequires one of the following OAuth scopes:\n\n- `https://www.googleapis.com/auth/admin.directory.device.mobile`\n- `\n https://www.googleapis.com/auth/admin.directory.device.mobile.action`\n- `\n https://www.googleapis.com/auth/admin.directory.device.mobile.readonly`\n\nFor more information, see the [Authorization guide](/workspace/guides/configure-oauth-consent).\n\nProjection\n----------\n\n| Enums ||\n|---------|-------------------------------------------------------------------------------------------|\n| `BASIC` | Includes only the basic metadata fields (e.g., deviceId, model, status, type, and status) |\n| `FULL` | Includes all metadata fields |"]]