पेज
संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
पेज वे पेज होते हैं जहां ब्लॉग के मालिक स्थिर जानकारी, जैसे कि संपर्क जानकारी, जीवनी का ब्यौरा वगैरह डालते हैं.
इस संसाधन के लिए उपलब्ध तरीकों की सूची देखने के लिए, इस पेज के आखिर में देखें.
संसाधन निरूपण
{
"kind": "blogger#page",
"id": string,
"status": string,
"blog": {
"id": string
},
"published": datetime,
"updated": datetime,
"url": string,
"selfLink": string,
"title": string,
"content": string,
"author": {
"id": string,
"displayName": string,
"url": string,
"image": {
"url": string
}
}
}
प्रॉपर्टी का नाम |
वैल्यू |
कंपनी का ब्यौरा |
ज़रूरी जानकारी |
kind |
string |
इस इकाई का प्रकार. हमेशा blogger#page . |
|
id |
string |
इस संसाधन का आईडी. |
|
blog |
object |
उस ब्लॉग का डेटा जिसमें यह पेज है. |
|
blog.id |
string |
उस ब्लॉग का आईडी जिसमें यह पेज है. |
|
published |
datetime |
आरएफ़सी 3339 date-time , जब यह पेज पब्लिश हुआ था. |
|
updated |
datetime |
आरएफ़सी 3339 date-time , जब इस पेज को पिछली बार अपडेट किया गया था. |
|
url |
string |
वह यूआरएल जहां यह पेज दिखाया जाता है. |
|
selfLink |
string |
वह एपीआई यूआरएल जिससे इस संसाधन को फ़ेच करना है. |
|
title |
string |
इस पेज का टाइटल. यह एडमिन के यूज़र इंटरफ़ेस में दिखने वाला नाम है. |
|
content |
string |
इस पेज का मुख्य कॉन्टेंट, एचटीएमएल में. |
|
author |
object |
इस पेज के लेखक. |
|
author.id |
string |
पेज बनाने वाले व्यक्ति का आईडी. |
|
author.displayName |
string |
पेज बनाने वाले व्यक्ति का डिसप्ले नेम. |
|
author.url |
string |
पेज बनाने वाले की प्रोफ़ाइल पर मौजूद पेज का यूआरएल. |
|
author.image |
object |
पेज बनाने वाले व्यक्ति का अवतार. |
|
author.image.url |
string |
पेज बनाने वाले व्यक्ति के अवतार का यूआरएल. |
|
status |
string |
एडमिन संसाधनों के पेज की स्थिति (LIVE या DRAFT ). |
|
तरीके
किसी ब्लॉग के पेजों की सूची को फिर से पाने के लिए, blogger.pages.list वाले तरीके का इस्तेमाल किया जा सकता है. किसी एक पेज को वापस पाने के लिए, blogger.pages.get तरीके का इस्तेमाल किया जा सकता है.
- 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\u003eBlogger pages are used to display static content like contact information and author bios.\u003c/p\u003e\n"],["\u003cp\u003ePages are represented as JSON objects with properties like \u003ccode\u003etitle\u003c/code\u003e, \u003ccode\u003econtent\u003c/code\u003e, \u003ccode\u003eauthor\u003c/code\u003e, and \u003ccode\u003estatus\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eYou can use the Blogger API's \u003ccode\u003epages.list\u003c/code\u003e and \u003ccode\u003epages.get\u003c/code\u003e methods to retrieve page data.\u003c/p\u003e\n"],["\u003cp\u003eThe API also provides methods to manage pages, including \u003ccode\u003einsert\u003c/code\u003e, \u003ccode\u003eupdate\u003c/code\u003e, \u003ccode\u003epatch\u003c/code\u003e, and \u003ccode\u003edelete\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,["# Pages are where blog owners put static information, such as contact information, bio details, and the like.\n\nFor a list of [methods](#methods) for this resource, see the end of this page.\n\nResource representations\n------------------------\n\n\u003cbr /\u003e\n\n```text\n{\n \"kind\": \"blogger#page\",\n \"id\": string,\n \"status\": string,\n \"blog\": {\n \"id\": string\n },\n \"published\": datetime,\n \"updated\": datetime,\n \"url\": string,\n \"selfLink\": string,\n \"title\": string,\n \"content\": string,\n \"author\": {\n \"id\": string,\n \"displayName\": string,\n \"url\": string,\n \"image\": {\n \"url\": string\n }\n }\n}\n```\n\n| Property name | Value | Description | Notes |\n|----------------------|------------|----------------------------------------------------------------------------------------------|-------|\n| `kind` | `string` | The kind of this entity. Always `blogger#page`. | |\n| `id` | `string` | The ID for this resource. | |\n| `blog` | `object` | Data about the blog containing this page. | |\n| blog.`id` | `string` | The ID of the blog containing this page. | |\n| `published` | `datetime` | [RFC 3339](http://www.ietf.org/rfc/rfc3339.txt) `date-time` when this page was published. | |\n| `updated` | `datetime` | [RFC 3339](http://www.ietf.org/rfc/rfc3339.txt) `date-time` when this page was last updated. | |\n| `url` | `string` | The URL where this page is displayed. | |\n| `selfLink` | `string` | The API URL to fetch this resource from. | |\n| `title` | `string` | The title of this page. This is the name displayed in the administration user interface. | |\n| `content` | `string` | The body content of this page, in HTML. | |\n| `author` | `object` | The author of this page. | |\n| author.`id` | `string` | The ID of the page creator. | |\n| author.`displayName` | `string` | The page creator's display name. | |\n| author.`url` | `string` | The URL of the page creator's Profile page. | |\n| author.`image` | `object` | The page creator's avatar. | |\n| author.image.`url` | `string` | The page creator's avatar URL. | |\n| `status` | `string` | The status of the page for admin resources (either `LIVE` or `DRAFT`). | |\n\nMethods\n-------\n\nTo retrieve a list of pages for a blog, you can use the [blogger.pages.list](/blogger/docs/3.0/reference/pages/list) method. To retrieve an individual page, you can use the [blogger.pages.get](/blogger/docs/3.0/reference/pages/get) method.\n\n[list](/blogger/docs/3.0/reference/pages/list)\n: Retrieves the list of [pages](/blogger/docs/3.0/reference/pages) for a [blog](/blogger/docs/3.0/reference/blogs#resource).\n\n[get](/blogger/docs/3.0/reference/pages/get)\n: Retrieves one pages resource by its page ID.\n\n[delete](/blogger/docs/3.0/reference/pages/delete)\n: Delete a page by ID.\n\n[insert](/blogger/docs/3.0/reference/pages/insert)\n: Add a page.\n\n[patch](/blogger/docs/3.0/reference/pages/patch)\n: Update a page. This method supports patch semantics.\n\n[update](/blogger/docs/3.0/reference/pages/update)\n: Update a page."]]