AI-generated Key Takeaways
-
The Google Workspace Events API enables you to subscribe to events and manage change notifications for various Google Workspace applications.
-
You can utilize the API to create, delete, get, list, patch, and reactivate subscriptions.
-
Operations can be monitored using the API to get their latest status.
-
Client libraries are recommended for interacting with the service, but direct API calls are also supported using the provided service endpoint and discovery document.
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: v1.operations
Methods | |
---|---|
get |
GET /v1/{name=operations/**} Gets the latest state of a long-running operation. |
REST Resource: v1.subscriptions
Methods | |
---|---|
create |
POST /v1/subscriptions Creates a Google Workspace subscription. |
delete |
DELETE /v1/{name=subscriptions/*} Deletes a Google Workspace subscription. |
get |
GET /v1/{name=subscriptions/*} Gets details about a Google Workspace subscription. |
list |
GET /v1/subscriptions Lists Google Workspace subscriptions. |
patch |
PATCH /v1/{subscription.name=subscriptions/*} Updates or renews a Google Workspace subscription. |
reactivate |
POST /v1/{name=subscriptions/*}:reactivate Reactivates a suspended Google Workspace subscription. |