Method: customers.apps.chrome.get
HTTP 要求
GET https://chromemanagement.googleapis.com/v1/{name=customers/*/apps/chrome/*}
這個網址使用 gRPC 轉碼語法。
路徑參數
參數 |
name |
string
必要欄位。要查詢詳細資料的應用程式。例如:「customers/my_customer/apps/chrome/gmbmikajjgmnabiglmofipeabaddhgne@2.1.2」,代表「儲存至 Google 雲端硬碟」Chrome 擴充功能 2.1.2 版,以及「customers/my_customer/apps/android/com.google.android.apps.docs」,安裝最新版本的 Google 雲端硬碟 Android 應用程式。
|
回應主體
如果成功,回應主體會包含 AppDetails
的執行例項。
授權範圍
需要下列 OAuth 範圍:
https://www.googleapis.com/auth/chrome.management.appdetails.readonly
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2024-07-29 (世界標準時間)。
[null,null,["上次更新時間:2024-07-29 (世界標準時間)。"],[[["Retrieve detailed information about a specific customer's app using its resource name."],["Requires the `https://www.googleapis.com/auth/chrome.management.appdetails.readonly` OAuth scope for authorization."],["Utilizes a `GET` request with the app's resource name specified in the URL path."],["Request body should be empty, and a successful response returns an `AppDetails` object."],["Examples of resource names include formats for Chrome extensions (like \"customers/my_customer/apps/chrome/gmbmikajjgmnabiglmofipeabaddhgne@2.1.2\") and Android apps (like \"customers/my_customer/apps/android/com.google.android.apps.docs\")."]]],[]]