पेज: सूची
संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
अहम जानकारी:
हम 30 सितंबर, 2024 से, v2.0 JSON API के साथ काम करना बंद कर देंगे.
काम करते रहने के लिए, अपने उन ऐप्लिकेशन को अपडेट करें जो v2.0 JSON API
का इस्तेमाल करके, एपीआई के नए वर्शन पर काम करते हैं. सबसे नए वर्शन के लिए, बाईं ओर के नेविगेशन बार में दिए गए लिंक का इस्तेमाल करें.
किसी ब्लॉग के लिए पेजों की सूची लाता है.
इसे अभी आज़माएं.
अगर पेज निजी ब्लॉग पर हैं, तो पुष्टि करना ज़रूरी है. अगर पेज किसी सार्वजनिक ब्लॉग पर हैं, तो इस तरीके को पुष्टि किए बिना इस्तेमाल किया जा सकता है.
अनुरोध
एचटीटीपी अनुरोध
GET https://www.googleapis.com/blogger/v2/blogs/blogId/pages
पैरामीटर
पैरामीटर का नाम |
वैल्यू |
ब्यौरा |
ज़रूरी पैरामीटर |
blogId |
string |
उस ब्लॉग का आईडी जिससे पेजों को फ़ेच करना है.
|
वैकल्पिक पैरामीटर |
fetchBodies |
boolean |
पेज के मुख्य हिस्से को फिर से पाना है या नहीं.
|
अनुरोध का मुख्य भाग
इस तरीके का इस्तेमाल करके, अनुरोध का मुख्य हिस्सा न दें.
जवाब
अगर यह तरीका काम करता है, तो यह इस स्ट्रक्चर का इस्तेमाल करके रिस्पॉन्स का मुख्य हिस्सा दिखाता है:
{
"kind": "blogger#pageList",
"items": [
pages Resource
]
}
प्रॉपर्टी का नाम |
वैल्यू |
ब्यौरा |
ज़रूरी जानकारी |
kind |
string |
इस इकाई का टाइप. हमेशा blogger#pageList |
|
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 update to the latest API version.\u003c/p\u003e\n"],["\u003cp\u003eThis API retrieves a list of pages for a specified blog, requiring authentication only for private blogs.\u003c/p\u003e\n"],["\u003cp\u003eRequests should be made using an HTTP GET request to a structured URL including the blog ID.\u003c/p\u003e\n"],["\u003cp\u003eOptional parameters allow for specifying whether to retrieve page bodies along with basic information.\u003c/p\u003e\n"],["\u003cp\u003eSuccessful responses provide a list of pages in JSON format, including a kind identifier and an array of page resources.\u003c/p\u003e\n"]]],[],null,["# Pages: 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\nRetrieves the list of [Pages](/blogger/docs/2.0/json/reference/pages) for a [Blog](/blogger/docs/2.0/json/reference/blogs#resource).\n[Try it now](#try-it).\n\nAuthentication is required if the pages are on a blog that is private. If the pages are on a blog that is public, then this method can be called without authentication.\n\nRequest\n-------\n\n### HTTP Request\n\n```\nGET https://www.googleapis.com/blogger/v2/blogs/blogId/pages\n```\n\n### Parameters\n\n| Parameter Name | Value | Description |\n|----------------|-----------|--------------------------------------|\n| **Required Parameters** |||\n| `blogId` | `string` | ID of the blog to fetch pages from. |\n| **Optional Parameters** |||\n| `fetchBodies` | `boolean` | Whether to retrieve the Page bodies. |\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#pageList\",\n \"items\": [\n pages Resource\n ]\n}\n```\n\n| Property Name | Value | Description | Notes |\n|---------------|----------|-----------------------------------------------------|-------|\n| `kind` | `string` | The kind of this entity. Always `blogger#pageList` | |\n| `items[]` | `list` | The list of Pages Resources for the specified blog. | |\n\nTry It!\n-------\n\n\nUse the explorer below to call this method on live data and see the response."]]