Google Workspace Events API
コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
Google Workspace Events API を使用すると、Google Workspace アプリケーション全体でイベントに登録し、変更通知を管理できます。
サービス: workspaceevents.googleapis.com
このサービスを呼び出すには、Google が提供するクライアント ライブラリを使用することをおすすめします。アプリケーションで独自のライブラリを使用してこのサービスを呼び出す必要がある場合は、API リクエストの際に次の情報を使用してください。
ディスカバリ ドキュメント
ディスカバリ ドキュメントは、REST API を記述して使用するための機械可読仕様です。クライアント ライブラリ、IDE プラグイン、Google API と連携するその他のツールのビルドに使用されます。1 つのサービスで複数のディスカバリ ドキュメントを提供できます。このサービスには、次の検索ドキュメントが用意されています。
サービス エンドポイント
サービス エンドポイントは、API サービスのネットワーク アドレスを指定するベース URL です。1 つのサービスに複数のサービス エンドポイントが存在することがあります。このサービスには次のサービス エンドポイントがあり、以下のすべての URI がこのサービス エンドポイントに関連しています。
https://workspaceevents.googleapis.com
Methods |
get |
GET /v1/{name=operations/**}
長時間実行オペレーションの最新状態を取得します。 |
Methods |
create |
POST /v1/subscriptions
Google Workspace サブスクリプションを作成します。 |
delete |
DELETE /v1/{name=subscriptions/*}
Google Workspace サブスクリプションを削除します。 |
get |
GET /v1/{name=subscriptions/*}
Google Workspace サブスクリプションの詳細を取得します。 |
list |
GET /v1/subscriptions
Google Workspace サブスクリプションを一覧表示します。 |
patch |
PATCH /v1/{subscription.name=subscriptions/*}
Google Workspace サブスクリプションを更新または更新する。 |
reactivate |
POST /v1/{name=subscriptions/*}:reactivate
停止中の Google Workspace サブスクリプションを再び有効にします。 |
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2025-07-25 UTC。
[null,null,["最終更新日 2025-07-25 UTC。"],[[["\u003cp\u003eThe Google Workspace Events API enables you to subscribe to events and manage change notifications for various Google Workspace applications.\u003c/p\u003e\n"],["\u003cp\u003eYou can utilize the API to create, delete, get, list, patch, and reactivate subscriptions.\u003c/p\u003e\n"],["\u003cp\u003eOperations can be monitored using the API to get their latest status.\u003c/p\u003e\n"],["\u003cp\u003eClient libraries are recommended for interacting with the service, but direct API calls are also supported using the provided service endpoint and discovery document.\u003c/p\u003e\n"]]],["The Google Workspace Events API manages change notifications via subscriptions. It provides two main REST resources: `v1.operations` and `v1.subscriptions`. `v1.operations` allows retrieving the state of long-running tasks with `get`. `v1.subscriptions` allows users to `create`, `delete`, `get`, `list`, `patch`, and `reactivate` subscriptions. Client interaction can be achieved by using Google-provided libraries or user-created ones. A discovery document and service endpoint are available for API interactions.\n"],null,["# Google Workspace Events API\n\nThe Google Workspace Events API lets you subscribe to events and manage change notifications across Google Workspace applications.\n\n- [REST Resource: v1.operations](#v1.operations)\n- [REST Resource: v1.subscriptions](#v1.subscriptions)\n\nService: workspaceevents.googleapis.com\n---------------------------------------\n\nTo call this service, we recommend that you use the Google-provided [client libraries](https://cloud.google.com/apis/docs/client-libraries-explained). If your application needs to use your own libraries to call this service, use the following information when you make the API requests.\n\n### Discovery document\n\nA [Discovery Document](https://developers.google.com/discovery/v1/reference/apis) is a machine-readable specification for describing and consuming REST APIs. It is used to build client libraries, IDE plugins, and other tools that interact with Google APIs. One service may provide multiple discovery documents. This service provides the following discovery document:\n\n- \u003chttps://workspaceevents.googleapis.com/$discovery/rest?version=v1\u003e\n\n### Service endpoint\n\nA [service endpoint](https://cloud.google.com/apis/design/glossary#api_service_endpoint) is a base URL that specifies the network address of an API service. One service might have multiple service endpoints. This service has the following service endpoint and all URIs below are relative to this service endpoint:\n\n- `https://workspaceevents.googleapis.com`\n\nREST Resource: [v1.operations](/workspace/events/reference/rest/v1/operations)\n------------------------------------------------------------------------------\n\n| Methods ||\n|-----------------------------------------------------------|-----------------------------------------------------------------------------------|\n| [get](/workspace/events/reference/rest/v1/operations/get) | `GET /v1/{name=operations/**}` Gets the latest state of a long-running operation. |\n\nREST Resource: [v1.subscriptions](/workspace/events/reference/rest/v1/subscriptions)\n------------------------------------------------------------------------------------\n\n| Methods ||\n|----------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------|\n| [create](/workspace/events/reference/rest/v1/subscriptions/create) | `POST /v1/subscriptions` Creates a Google Workspace subscription. |\n| [delete](/workspace/events/reference/rest/v1/subscriptions/delete) | `DELETE /v1/{name=subscriptions/*}` Deletes a Google Workspace subscription. |\n| [get](/workspace/events/reference/rest/v1/subscriptions/get) | `GET /v1/{name=subscriptions/*}` Gets details about a Google Workspace subscription. |\n| [list](/workspace/events/reference/rest/v1/subscriptions/list) | `GET /v1/subscriptions` Lists Google Workspace subscriptions. |\n| [patch](/workspace/events/reference/rest/v1/subscriptions/patch) | `PATCH /v1/{subscription.name=subscriptions/*}` Updates or renews a Google Workspace subscription. |\n| [reactivate](/workspace/events/reference/rest/v1/subscriptions/reactivate) | `POST /v1/{name=subscriptions/*}:reactivate` Reactivates a suspended Google Workspace subscription. |"]]