WebResource: list
अनुमति देना ज़रूरी है
पुष्टि किए गए उपयोगकर्ता की पुष्टि की गई वेबसाइटों और डोमेन की सूची उपलब्ध कराता है.
इसे अभी आज़माएं.
सिर्फ़ वे साइटें दिखाई जाती हैं जिनका मालिकाना हक पुष्टि किए गए उपयोगकर्ता के पास होता है.
अनुरोध
एचटीटीपी अनुरोध
GET https://www.googleapis.com/siteVerification/v1/webResource
अनुमति देना
इस अनुरोध के लिए नीचे दिए गए दायरे के साथ अनुमति की ज़रूरत है (पुष्टि करने और अनुमति देने के बारे में ज़्यादा पढ़ें).
दायरा |
https://www.googleapis.com/auth/siteverification |
अनुरोध का मुख्य भाग
इस तरीके के साथ अनुरोध का मुख्य हिस्सा न दें.
जवाब
सही तरीके से काम करने पर, यह तरीका इस स्ट्रक्चर के साथ रिस्पॉन्स का मुख्य हिस्सा दिखाता है:
{
"items": [
webResource Resource
]
}
प्रॉपर्टी का नाम |
मान |
ब्यौरा |
नोट |
items[] |
list |
उन साइटों की सूची जिनका मालिकाना हक पुष्टि किए गए उपयोगकर्ता के पास है. |
|
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को Creative Commons Attribution 4.0 License के तहत और कोड के नमूनों को Apache 2.0 License के तहत लाइसेंस मिला है. ज़्यादा जानकारी के लिए, Google Developers साइट नीतियां देखें. Oracle और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 2024-09-09 (UTC) को अपडेट किया गया.
[null,null,["आखिरी बार 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"]]