Method: enterprises.applications.get
HTTP リクエスト
GET https://androidmanagement.googleapis.com/v1/{name=enterprises/*/applications/*}
この URL は gRPC Transcoding 構文を使用します。
パスパラメータ
パラメータ |
name |
string
アプリの名前(enterprises/{enterpriseId}/applications/{packageName} 形式)。
|
クエリ パラメータ
パラメータ |
languageCode |
string
ローカライズされたアプリ情報の優先言語(BCP47 タグ。例: 「en-US」、「de」)。指定しない場合は、アプリケーションのデフォルトの言語が使用されます。
|
リクエストの本文
リクエストの本文は空にする必要があります。
レスポンスの本文
成功した場合、レスポンスの本文には Application
のインスタンスが含まれます。
認可スコープ
次の OAuth スコープが必要です。
https://www.googleapis.com/auth/androidmanagement
詳細については、OAuth 2.0 Overview をご覧ください。
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2025-01-29 UTC。
[null,null,["最終更新日 2025-01-29 UTC。"],[[["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."]]],[]]