Method: enterprises.applications.get
HTTP 要求
GET https://androidmanagement.googleapis.com/v1/{name=enterprises/*/applications/*}
這個網址使用 gRPC 轉碼語法。
路徑參數
參數 |
name |
string
應用程式名稱,格式為 enterprises/{enterpriseId}/applications/{packageName} 。
|
查詢參數
參數 |
languageCode |
string
本地化應用程式資訊的偏好語言,以 BCP47 標記表示 (例如「en-US」、「de」)。如未指定,系統會使用應用程式的預設語言。
|
回應主體
如果成功,回應主體會包含 Application
的執行例項。
授權範圍
需要下列 OAuth 範圍:
https://www.googleapis.com/auth/androidmanagement
詳情請參閱 OAuth 2.0 Overview。
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2025-02-19 (世界標準時間)。
[null,null,["上次更新時間:2025-02-19 (世界標準時間)。"],[[["Retrieves information about a specific Android application within an enterprise."],["Requires the application's name in the request path, specifying the enterprise and package name."],["Optionally accepts a language code for localized information."],["Requires authorization with the `https://www.googleapis.com/auth/androidmanagement` scope."],["Returns an `Application` object containing the application's details upon successful request."]]],["This document details retrieving application information via a `GET` request to a specific URL. The URL uses gRPC Transcoding syntax and requires a `name` path parameter specifying the application's identifier. An optional `languageCode` query parameter allows for localized application info. The request body must be empty. A successful response returns an `Application` object, and the process requires OAuth 2.0 authorization with the `androidmanagement` scope. There is a Try it button that likely lets the user test the API.\n"]]