WebResource: list
Yetkilendirme gerektiriyor
Kimliği doğrulanmış kullanıcının doğrulanmış web sitelerinin ve alan adlarının listesini alır.
Şimdi deneyin.
Yalnızca kimliği doğrulanmış kullanıcıya ait siteler döndürülür.
Yanıt
Başarılı olursa bu yöntem, aşağıdaki yapıya sahip bir yanıt gövdesi döndürür:
{
"items": [
webResource Resource
]
}
Mülk adı |
Değer |
Açıklama |
Notlar |
items[] |
list |
Kimliği doğrulanmış kullanıcıya ait sitelerin listesi. |
|
Aksi belirtilmediği sürece bu sayfanın içeriği Creative Commons Atıf 4.0 Lisansı altında ve kod örnekleri Apache 2.0 Lisansı altında lisanslanmıştır. Ayrıntılı bilgi için Google Developers Site Politikaları'na göz atın. Java, Oracle ve/veya satış ortaklarının tescilli ticari markasıdır.
Son güncelleme tarihi: 2024-09-09 UTC.
[null,null,["Son güncelleme tarihi: 2024-09-09 UTC."],[[["Retrieves a list of verified websites and domains owned by the authenticated user."],["Requires authorization with the `https://www.googleapis.com/auth/siteverification` scope."],["The response includes an array of `webResource` objects representing the user's verified sites."],["Only sites owned by the authenticated user are returned in the response."]]],["This API endpoint retrieves a list of websites and domains verified by the authenticated user. It requires authorization with the `https://www.googleapis.com/auth/siteverification` scope. A `GET` request is sent to `https://www.googleapis.com/siteVerification/v1/webResource` without a request body. Upon success, the response body contains an array called \"items\", listing the web resources owned by the user. The endpoint does not permit the user to send any request body.\n"]]