Method: alerts.undelete
恢复(或“恢复删除”)提醒在过去 30 天内标记为删除的提醒。如果尝试恢复删除超过 30 天标记为删除的提醒(该提醒已从提醒中心数据库中移除),或一条不存在的提醒将返回 NOT_FOUND
错误。尝试取消删除尚未标记为删除的提醒没有任何作用。
HTTP 请求
POST https://alertcenter.googleapis.com/v1beta1/alerts/{alertId}:undelete
网址采用 gRPC 转码语法。
路径参数
参数 |
alertId |
string
必需。要取消删除的提醒的标识符。
|
请求正文
请求正文中包含结构如下的数据:
JSON 表示法 |
{
"customerId": string
} |
字段 |
customerId |
string
可选。与提醒关联的客户的 Google Workspace 账号的唯一标识符。customerId 必须具有首字母“C”删除(例如 046psxkn )。如果未提供,则根据来电者的身份推断得出。查找您的客户 ID。
|
响应正文
如果成功,则响应正文包含一个 Alert
实例。
授权范围
需要以下 OAuth 范围:
https://www.googleapis.com/auth/apps.alerts
有关详情,请参阅授权指南。
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2024-10-11。
[null,null,["最后更新时间 (UTC):2024-10-11。"],[[["Restores an alert that was marked for deletion within the past 30 days using the alert's unique identifier."],["Requires a POST request to the specific endpoint `https://alertcenter.googleapis.com/v1beta1/alerts/{alertId}:undelete`."],["An optional `customerId` can be included in the request body but is inferred if not provided."],["Successful responses return the restored alert's details."],["Requires the `https://www.googleapis.com/auth/apps.alerts` OAuth scope for authorization."]]],[]]