Method: applications.get
Retrieves information about an application for the given application ID.
HTTP request
GET https://admin.googleapis.com/admin/datatransfer/v1/applications/{applicationId}
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters |
applicationId |
string (int64 format)
ID of the application resource to be retrieved.
|
Request body
The request body must be empty.
Response body
If successful, the response body contains an instance of Application
.
Authorization scopes
Requires one of the following OAuth scopes:
https://www.googleapis.com/auth/admin.datatransfer
https://www.googleapis.com/auth/admin.datatransfer.readonly
For more information, see the Authorization guide.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-08-22 UTC.
[null,null,["Last updated 2024-08-22 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."]]],[]]