User.blogs: सूची
संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
अहम जानकारी:
हम 30 सितंबर, 2024 से, v2.0 JSON API के साथ काम करना बंद कर देंगे.
काम करते रहने के लिए, अपने उन ऐप्लिकेशन को अपडेट करें जो v2.0 JSON API
का इस्तेमाल करके, एपीआई के नए वर्शन पर काम करते हैं. सबसे नए वर्शन के लिए, बाईं ओर के नेविगेशन बार में दिए गए लिंक का इस्तेमाल करें.
अनुमति की ज़रूरत है
शायद फ़िल्टर किए गए ब्लॉग की सूची वापस लाता है.
इसे अभी आज़माएं.
अनुरोध
एचटीटीपी अनुरोध
GET https://www.googleapis.com/blogger/v2/users/userId/blogs
पैरामीटर
पैरामीटर का नाम |
वैल्यू |
ब्यौरा |
ज़रूरी पैरामीटर |
userId |
string |
उस उपयोगकर्ता का आईडी जिसके ब्लॉग फ़ेच किए जाने हैं. 'सेल्फ़' शब्द (कोटेशन मार्क) या उपयोगकर्ता की प्रोफ़ाइल का आइडेंटिफ़ायर.
|
अनुमति
इस अनुरोध के लिए, अनुमति देने के लिए इनमें से कम से कम एक स्कोप का इस्तेमाल करना ज़रूरी है (/blogger/docs/2.0/json/setting_started">पुष्टि करने और अनुमति देने के बारे में ज़्यादा पढ़ें).
स्कोप |
https://www.googleapis.com/auth/blogger |
https://www.blogger.com/feeds/ |
अनुरोध का मुख्य भाग
इस तरीके का इस्तेमाल करके, अनुरोध का मुख्य हिस्सा न दें.
जवाब
अगर यह तरीका काम करता है, तो यह इस स्ट्रक्चर का इस्तेमाल करके रिस्पॉन्स का मुख्य हिस्सा दिखाता है:
{
"kind": "blogger#blogList",
"items": [
blogs Resource
]
}
प्रॉपर्टी का नाम |
वैल्यू |
ब्यौरा |
ज़रूरी जानकारी |
kind |
string |
इस इकाई का टाइप. हमेशा blogger#blogList |
|
items[] |
list |
उन ब्लॉग की सूची जिनका लेखकत्व या एडमिन अधिकार हैं. |
|
इसे आज़माएं!
लाइव डेटा पर इस तरीके को कॉल करने और रिस्पॉन्स देखने के लिए, नीचे दिए गए एक्सप्लोरर का इस्तेमाल करें.
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को Creative Commons Attribution 4.0 License के तहत और कोड के नमूनों को Apache 2.0 License के तहत लाइसेंस मिला है. ज़्यादा जानकारी के लिए, Google Developers साइट नीतियां देखें. Oracle और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 2024-06-26 (UTC) को अपडेट किया गया.
[null,null,["आखिरी बार 2024-06-26 (UTC) को अपडेट किया गया."],[[["\u003cp\u003eSupport for the v2.0 JSON API will be discontinued on September 30th, 2024, requiring applications to be updated to the latest API version.\u003c/p\u003e\n"],["\u003cp\u003eThis API retrieves a list of blogs for a specific user, requiring authorization with specified scopes.\u003c/p\u003e\n"],["\u003cp\u003eThe request is made using an HTTP GET method with parameters including the user ID.\u003c/p\u003e\n"],["\u003cp\u003eA successful response includes a list of blogs the user has authorship or admin rights over.\u003c/p\u003e\n"],["\u003cp\u003eDevelopers can utilize the provided explorer to test the method with live data.\u003c/p\u003e\n"]]],[],null,["# Users.blogs: list\n\n**Important**:\nWe will discontinue support for the v2.0 JSON API on September 30th, 2024.\nTo ensure continued functionality, update your applications that rely on the v2.0 JSON API\nto the latest API version. For the latest version, use the links in the left-side navbar.\n\n\n**Requires [authorization](#auth)**\n\nRetrieves a list of blogs, possibly filtered.\n[Try it now](#try-it).\n\nRequest\n-------\n\n### HTTP Request\n\n```\nGET https://www.googleapis.com/blogger/v2/users/userId/blogs\n```\n\n### Parameters\n\n| Parameter Name | Value | Description |\n|----------------|----------|---------------------------------------------------------------------------------------------------------------------------|\n| **Required Parameters** |||\n| `userId` | `string` | ID of the user whose blogs are to be fetched. Either the word 'self' (sans quote marks) or the user's profile identifier. |\n\n### Authorization\n\nThis request requires authorization with at least one of the following scopes ([/blogger/docs/2.0/json/getting_started\"\\\u003eread more about authentication and authorization](/blogger/docs/2.0/json/reference/users/blogs/\u003cspan style=)).\n\n| Scope |\n|-------------------------------------------|\n| `https://www.googleapis.com/auth/blogger` |\n| `https://www.blogger.com/feeds/` |\n\n### Request Body\n\nDo not supply a request body with this method.\n\nResponse\n--------\n\nIf successful, this method returns a response body with the following structure:\n\n```objective-c\n{\n \"kind\": \"blogger#blogList\",\n \"items\": [\n blogs Resource\n ]\n}\n```\n\n| Property Name | Value | Description | Notes |\n|---------------|----------|------------------------------------------------------------------|-------|\n| `kind` | `string` | The kind of this entity. Always `blogger#blogList` | |\n| `items[]` | `list` | The list of Blogs this user has Authorship or Admin rights over. | |\n\nTry It!\n-------\n\n\nUse the explorer below to call this method on live data and see the response."]]