Method: urlNotifications.getMetadata

获取网络文档的相关元数据。此方法只能用于查询以前在成功的 Indexing API 通知中看到过的网址。包含通过此 API 收到的最新 UrlNotification

HTTP 请求

GET https://indexing.googleapis.com/v3/urlNotifications/metadata

该网址采用 Google API HTTP 注释语法。

查询参数

参数
url

string

正在查询的网址。

请求正文

请求正文必须为空。

响应正文

如果成功,则响应正文包含一个 UrlNotificationMetadata 实例。

授权作用域

需要以下 OAuth 作用域:

  • https://www.googleapis.com/auth/indexing

试试看!