Method: applications.list
コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
お客様のデータ転送に使用できるアプリケーションを一覧表示します。
HTTP リクエスト
GET https://admin.googleapis.com/admin/datatransfer/v1/applications
この URL は gRPC Transcoding 構文を使用します。
クエリ パラメータ
パラメータ |
customerId |
string
Google Workspace アカウントの不変 ID。
|
maxResults |
integer
返される結果の最大数。デフォルトは 100 です。
|
pageToken |
string
リストの次のページを指定するトークン。
|
リクエストの本文
リクエストの本文は空にする必要があります。
レスポンスの本文
アプリケーションのコレクションのテンプレート。
成功した場合、レスポンスの本文には次の構造のデータが含まれます。
JSON 表現 |
{
"kind": string,
"etag": string,
"applications": [
{
object (Application )
}
],
"nextPageToken": string
} |
フィールド |
kind |
string
リソースをアプリケーションのコレクションとして識別します。
|
etag |
string
リソースの ETag。
|
applications[] |
object (Application )
データ転送をサポートし、お客様にインストールされているアプリケーションのリスト。
|
nextPageToken |
string
リストの次のページを指定するトークン。
|
認可スコープ
以下のいずれかの OAuth スコープが必要です。
https://www.googleapis.com/auth/admin.datatransfer
https://www.googleapis.com/auth/admin.datatransfer.readonly
詳しくは、認可ガイドをご覧ください。
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2025-07-24 UTC。
[null,null,["最終更新日 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)."]]