Method: applications.get
Ruft Informationen zu einer Anwendung für die angegebene Anwendungs-ID ab.
HTTP-Anfrage
GET https://admin.googleapis.com/admin/datatransfer/v1/applications/{applicationId}
Die URL verwendet die Syntax der gRPC-Transcodierung.
Pfadparameter
Parameter |
applicationId |
string (int64 format)
ID der abzurufenden Anwendungsressource.
|
Anfragetext
Der Anfragetext muss leer sein.
Antworttext
Wenn der Vorgang erfolgreich abgeschlossen wurde, enthält der Antworttext eine Instanz von Application
.
Autorisierungsbereiche
Erfordert einen der folgenden OAuth-Bereiche:
https://www.googleapis.com/auth/admin.datatransfer
https://www.googleapis.com/auth/admin.datatransfer.readonly
Weitere Informationen finden Sie im Leitfaden zur Autorisierung.
Sofern nicht anders angegeben, sind die Inhalte dieser Seite unter der Creative Commons Attribution 4.0 License und Codebeispiele unter der Apache 2.0 License lizenziert. Weitere Informationen finden Sie in den Websiterichtlinien von Google Developers. Java ist eine eingetragene Marke von Oracle und/oder seinen Partnern.
Zuletzt aktualisiert: 2023-12-02 (UTC).
[null,null,["Zuletzt aktualisiert: 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."]]],[]]