Method: applications.list
Koleksiyonlar ile düzeninizi koruyun
İçeriği tercihlerinize göre kaydedin ve kategorilere ayırın.
Bir müşteri için veri aktarımı yapılabilen uygulamaları listeler.
HTTP isteği
GET https://admin.googleapis.com/admin/datatransfer/v1/applications
URL, gRPC Kod Dönüştürme söz dizimini kullanır.
Sorgu parametreleri
Parametreler |
customerId |
string
Google Workspace hesabının değişmeyen kimliği.
|
maxResults |
integer
Döndürülecek maksimum sonuç sayısı. Varsayılan değer 100'dür.
|
pageToken |
string
Listede sonraki sayfayı belirtmek için jeton.
|
İstek içeriği
İstek metni boş olmalıdır.
Yanıt gövdesi
Uygulama koleksiyonu şablonu.
Başarılı olursa yanıt metni aşağıdaki yapıyla birlikte verileri içerir:
JSON gösterimi |
{
"kind": string,
"etag": string,
"applications": [
{
object (Application )
}
],
"nextPageToken": string
} |
Alanlar |
kind |
string
Kaynağı bir uygulama koleksiyonu olarak tanımlar.
|
etag |
string
Kaynağın ETag'i.
|
applications[] |
object (Application )
Veri aktarımını destekleyen ve müşteri için yüklü olan uygulamaların listesi.
|
nextPageToken |
string
Listede sonraki sayfayı belirtmek için kullanılan jeton.
|
Yetkilendirme kapsamları
Aşağıdaki OAuth kapsamlarından birini gerektirir:
https://www.googleapis.com/auth/admin.datatransfer
https://www.googleapis.com/auth/admin.datatransfer.readonly
Daha fazla bilgi için Yetkilendirme kılavuzuna bakın.
Aksi belirtilmediği sürece bu sayfanın içeriği Creative Commons Atıf 4.0 Lisansı altında ve kod örnekleri Apache 2.0 Lisansı altında lisanslanmıştır. Ayrıntılı bilgi için Google Developers Site Politikaları'na göz atın. Java, Oracle ve/veya satış ortaklarının tescilli ticari markasıdır.
Son güncelleme tarihi: 2025-07-24 UTC.
[null,null,["Son güncelleme tarihi: 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)."]]