Method: applications.get
指定されたアプリケーション ID のアプリケーションに関する情報を取得します。
HTTP リクエスト
GET https://admin.googleapis.com/admin/datatransfer/v1/applications/{applicationId}
この URL は gRPC Transcoding 構文を使用します。
パスパラメータ
パラメータ |
applicationId |
string (int64 format)
取得するアプリケーション リソースの ID。
|
リクエスト本文
リクエストの本文は空にする必要があります。
レスポンスの本文
成功した場合、レスポンスの本文には Application
のインスタンスが含まれます。
認可スコープ
次の OAuth スコープのいずれかが必要です。
https://www.googleapis.com/auth/admin.datatransfer
https://www.googleapis.com/auth/admin.datatransfer.readonly
詳細については、承認ガイドをご覧ください。
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2023-12-02 UTC。
[null,null,["最終更新日 2023-12-02 UTC。"],[[["Retrieves details about a specific application using its unique application ID."],["Uses a `GET` request to the specified endpoint with the application ID as a path parameter."],["Requires an empty request body and returns an `Application` object upon successful execution."],["Needs authorization with specific OAuth scopes for accessing data transfer functionalities."]]],[]]