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.