Method: getSettings
Returns customer-level settings.
HTTP request
GET https://alertcenter.googleapis.com/v1beta1/settings
The URL uses gRPC Transcoding syntax.
Query parameters
Parameters |
customerId |
string
Optional. The unique identifier of the Google Workspace account of the customer the alert settings are associated with. The customerId must/ have the initial "C" stripped (for example, 046psxkn ). Inferred from the caller identity if not provided. Find your customer ID.
|
Request body
The request body must be empty.
Response body
If successful, the response body contains an instance of Settings
.
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/apps.alerts
For more information, see the Authorization guide.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-08-22 UTC.
[null,null,["Last updated 2024-08-22 UTC."],[[["Retrieves customer-level alert settings using an HTTP GET request to a specified URL."],["Requires authorization with the `https://www.googleapis.com/auth/apps.alerts` scope."],["An optional `customerId` parameter can be included in the request, but it can also be inferred from the caller identity."],["Successful requests will return a response body containing an instance of the Settings object, providing details on the customer's alert settings."]]],[]]