AI-generated Key Takeaways
-
The Google Workspace Events API allows you to subscribe to events and manage change notifications for various Google Workspace applications.
-
This API is currently in Developer Preview and offers functionalities like creating, deleting, getting, listing, updating, and reactivating subscriptions.
-
You can interact with the API using Google-provided client libraries or by utilizing the provided service endpoint and discovery document for custom integrations.
-
The API provides access to resources such as operations (for tracking long-running tasks) and subscriptions (for managing event notifications).
-
All functionalities related to subscriptions within this API are part of the Google Workspace Developer Preview Program and subject to change.
The Google Workspace Events API lets you subscribe to events and manage change notifications across Google Workspace applications.
Service: workspaceevents.googleapis.com
To call this service, we recommend that you use the Google-provided client libraries. If your application needs to use your own libraries to call this service, use the following information when you make the API requests.
Discovery document
A Discovery Document 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:
Service endpoint
A 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:
https://workspaceevents.googleapis.com
REST Resource: v1beta.operations
Methods | |
---|---|
get |
GET /v1beta/{name=operations/**} Gets the latest state of a long-running operation. |
REST Resource: v1beta.subscriptions
Methods | |
---|---|
create |
POST /v1beta/subscriptions Creates a Google Workspace subscription. |
delete |
DELETE /v1beta/{name=subscriptions/*} Deletes a Google Workspace subscription. |
get |
GET /v1beta/{name=subscriptions/*} Gets details about a Google Workspace subscription. |
list |
GET /v1beta/subscriptions Lists Google Workspace subscriptions. |
patch |
PATCH /v1beta/{subscription.name=subscriptions/*} Updates or renews a Google Workspace subscription. |
reactivate |
POST /v1beta/{name=subscriptions/*}:reactivate Reactivates a suspended Google Workspace subscription. |