Method: applications.list
Mit Sammlungen den Überblick behalten
Sie können Inhalte basierend auf Ihren Einstellungen speichern und kategorisieren.
Liste der Anwendungen, die für die Datenübertragung für einen Kunden verfügbar sind.
HTTP-Anfrage
GET https://admin.googleapis.com/admin/datatransfer/v1/applications
Die URL verwendet die Syntax der gRPC-Transcodierung.
Abfrageparameter
Parameter |
customerId |
string
Die unveränderliche ID des Google Workspace-Kontos.
|
maxResults |
integer
Maximale Anzahl der zurückzugebenden Ergebnisse. Der Standardwert ist 100.
|
pageToken |
string
Token, um die nächste Seite in der Liste anzugeben.
|
Anfragetext
Der Anfragetext muss leer sein.
Antworttext
Vorlage für eine Sammlung von Anwendungen.
Bei Erfolg enthält der Antworttext Daten mit der folgenden Struktur:
JSON-Darstellung |
{
"kind": string,
"etag": string,
"applications": [
{
object (Application )
}
],
"nextPageToken": string
} |
Felder |
kind |
string
Identifiziert die Ressource als Sammlung von Anwendungen.
|
etag |
string
ETag der Ressource.
|
applications[] |
object (Application )
Die Liste der Anwendungen, die die Datenübertragung unterstützen und für den Kunden installiert sind.
|
nextPageToken |
string
Token, mit dem die nächste Seite in der Liste angegeben wird.
|
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: 2025-07-24 (UTC).
[null,null,["Zuletzt aktualisiert: 2025-07-24 (UTC)."],[],[],null,["# Method: applications.list\n\nLists the applications available for data transfer for a customer.\n\n### HTTP request\n\n`GET https://admin.googleapis.com/admin/datatransfer/v1/applications`\n\nThe URL uses [gRPC Transcoding](https://google.aip.dev/127) syntax.\n\n### Query parameters\n\n| Parameters ||\n|--------------|----------------------------------------------------------------|\n| `customerId` | `string` Immutable ID of the Google Workspace account. |\n| `maxResults` | `integer` Maximum number of results to return. Default is 100. |\n| `pageToken` | `string` Token to specify next page in the list. |\n\n### Request body\n\nThe request body must be empty.\n\n### Response body\n\nTemplate for a collection of Applications.\n\nIf successful, the response body contains data with the following structure:\n\n| JSON representation |\n|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"kind\": string, \"etag\": string, \"applications\": [ { object (/workspace/admin/data-transfer/reference/rest/v1/applications#Application) } ], \"nextPageToken\": string } ``` |\n\n| Fields ||\n|------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `kind` | `string` Identifies the resource as a collection of Applications. |\n| `etag` | `string` ETag of the resource. |\n| `applications[]` | `object (`[Application](/workspace/admin/data-transfer/reference/rest/v1/applications#Application)`)` The list of applications that support data transfer and are also installed for the customer. |\n| `nextPageToken` | `string` Token to specify the next page in the list. |\n\n### Authorization scopes\n\nRequires one of the following OAuth scopes:\n\n- `https://www.googleapis.com/auth/admin.datatransfer`\n- `\n https://www.googleapis.com/auth/admin.datatransfer.readonly`\n\nFor more information, see the [Authorization guide](/workspace/guides/configure-oauth-consent)."]]