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-02-19 UTC。
[null,null,["最終更新日 2025-02-19 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."]]],["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"]]