Google Workspace Events API
संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
Google Workspace इवेंट एपीआई की मदद से, Google Workspace के सभी ऐप्लिकेशन में इवेंट की सदस्यता ली जा सकती है. साथ ही, बदलावों की सूचनाएं मैनेज की जा सकती हैं.
सेवा: workspaceevents.googleapis.com
इस सेवा को कॉल करने के लिए, हमारा सुझाव है कि आप Google की दी गई क्लाइंट लाइब्रेरी का इस्तेमाल करें. अगर इस सेवा को कॉल करने के लिए आपके ऐप्लिकेशन को अपनी लाइब्रेरी का इस्तेमाल करने की ज़रूरत है, तो एपीआई अनुरोध करते समय नीचे दी गई जानकारी का इस्तेमाल करें.
खोज से जुड़ा दस्तावेज़
डिस्कवरी दस्तावेज़, REST API के बारे में जानकारी देने और उसका इस्तेमाल करने के लिए बनाया गया ऐसा स्पेसिफ़िकेशन है जिसे मशीन आसानी से पढ़ सकती है. इसका इस्तेमाल क्लाइंट लाइब्रेरी, IDE प्लगिन, और Google API के साथ इंटरैक्ट करने वाले अन्य टूल बनाने के लिए किया जाता है. एक ही सेवा में, खोज से जुड़े कई दस्तावेज़ उपलब्ध कराए जा सकते हैं. यह सेवा, खोज से जुड़े ये दस्तावेज़ उपलब्ध कराती है:
सर्विस एंडपॉइंट
सेवा एंडपॉइंट एक बेस यूआरएल होता है, जो एपीआई सेवा के नेटवर्क पते की जानकारी देता है. एक सेवा में एक से ज़्यादा सेवा एंडपॉइंट हो सकते हैं. इस सेवा में नीचे दिया गया सर्विस एंडपॉइंट है और नीचे दिए गए सभी यूआरआई, इस सर्विस एंडपॉइंट से संबंधित हैं:
https://workspaceevents.googleapis.com
तरीके |
get |
GET /v1/{name=operations/**}
लंबे समय तक चलने वाली कार्रवाई की ताज़ा स्थिति की जानकारी मिलती है. |
तरीके |
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 सदस्यता को फिर से चालू करता है. |
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को Creative Commons Attribution 4.0 License के तहत और कोड के नमूनों को Apache 2.0 License के तहत लाइसेंस मिला है. ज़्यादा जानकारी के लिए, Google Developers साइट नीतियां देखें. Oracle और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 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. |"]]