टिप्पणियां
संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
पोस्ट के संसाधन के लिए टिप्पणियां.
इस संसाधन के लिए उपलब्ध तरीकों की सूची देखने के लिए, इस पेज के आखिर में देखें.
संसाधन निरूपण
{
"kind": "blogger#comment",
"status": string,
"id": string,
"inReplyTo": {
"id": string
},
"post": {
"id": string
},
"blog": {
"id": string
},
"published": datetime,
"updated": datetime,
"selfLink": string,
"content": string,
"author": {
"id": string,
"displayName": string,
"url": string,
"image": {
"url": string
}
}
}
प्रॉपर्टी का नाम |
वैल्यू |
कंपनी का ब्यौरा |
ज़रूरी जानकारी |
kind |
string |
इस संसाधन का टाइप. हमेशा blogger#comment . |
|
id |
string |
इस संसाधन का आईडी. |
|
post |
object |
उस पोस्ट का डेटा जिसमें यह टिप्पणी है. |
|
post.id |
string |
उस पोस्ट का आइडेंटिफ़ायर जिसमें यह टिप्पणी है. |
|
blog |
object |
उस ब्लॉग का डेटा जिसमें यह टिप्पणी है. |
|
blog.id |
string |
उस ब्लॉग का आइडेंटिफ़ायर जिसमें यह टिप्पणी है. |
|
published |
datetime |
RFC 3339 date-time इस टिप्पणी के पब्लिश होने की तारीख और समय, जैसे कि "2012-04-15T19:38:01-07:00". |
|
updated |
datetime |
आरएफ़सी 3339 date-time जब यह टिप्पणी पिछली बार अपडेट की गई थी, तब कृपया "2012-04-15T19:43:21-07:00" परीक्षा के लिए ऐसा करें. |
|
selfLink |
string |
Blogger API का यूआरएल जिससे इस रिसॉर्स को फ़ेच करना है. |
|
content |
string |
टिप्पणी का कॉन्टेंट, जिसमें एचटीएमएल मार्कअप शामिल हो सकता है. |
|
author |
object |
इस टिप्पणी का लेखक. |
|
author.id |
string |
टिप्पणी करने वाले व्यक्ति का आइडेंटिफ़ायर. |
|
author.displayName |
string |
टिप्पणी करने वाले व्यक्ति का डिसप्ले नेम. |
|
author.url |
string |
टिप्पणी करने वाले व्यक्ति की प्रोफ़ाइल के पेज का यूआरएल. |
|
author.image |
object |
क्रिएटर के अवतार यूआरएल का कंटेनर. |
|
author.image.url |
string |
टिप्पणी करने वाले व्यक्ति के अवतार की इमेज का यूआरएल. |
|
inReplyTo |
object |
उस टिप्पणी का डेटा जिसके जवाब में यह टिप्पणी की गई है. |
|
inReplyTo.id |
string |
इस टिप्पणी के पैरंट का आईडी. |
|
status |
string |
टिप्पणी की स्थिति. यह स्थिति सिर्फ़ उन उपयोगकर्ताओं को दिखती है जिनके पास किसी ब्लॉग पर, एडमिन के अधिकार होते हैं. |
|
तरीके
किसी पोस्ट पर की गई टिप्पणियों की सूची फिर से पाने के लिए, सूची वाला तरीका इस्तेमाल करें. किसी टिप्पणी को वापस लाने के लिए, get तरीका का इस्तेमाल करें.
- list
- किसी पोस्ट के लिए, टिप्पणियों की सूची हासिल करता है.
- पाएं
- यह, टिप्पणी के एक संसाधन को उसके commentId की मदद से हासिल करता है.
- मंज़ूरी दें
- किसी टिप्पणी को 'स्पैम नहीं है' के तौर पर मार्क करता है.
- मिटाएं
- आईडी के हिसाब से किसी टिप्पणी को मिटाएं.
- listByBlog
- सभी पोस्ट पर, ब्लॉग के लिए टिप्पणियों को फ़िल्टर करता है.
- markAsSpam
- किसी टिप्पणी को स्पैम के तौर पर मार्क करता है. इससे टिप्पणी की स्थिति
spam
पर सेट हो जाएगी और टिप्पणी रेंडर करने की डिफ़ॉल्ट सेटिंग में वह छिप जाएगी.
- removeContent
- किसी टिप्पणी की सामग्री हटा देता है.
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को 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\u003eThis page provides details on the resource representation for Blogger comments, including properties like author, content, and publication date.\u003c/p\u003e\n"],["\u003cp\u003eYou can use methods like \u003ccode\u003elist\u003c/code\u003e and \u003ccode\u003eget\u003c/code\u003e to retrieve comments for posts.\u003c/p\u003e\n"],["\u003cp\u003eAdditional methods allow for managing comments, such as approving, deleting, and marking as spam.\u003c/p\u003e\n"],["\u003cp\u003eThe resource representation is presented in JSON format with detailed descriptions of each property.\u003c/p\u003e\n"],["\u003cp\u003eComments can be associated with a specific post and blog, identifiable by their respective IDs.\u003c/p\u003e\n"]]],[],null,["# Comments\n\nThe comments for a [posts](/blogger/docs/3.0/reference/posts) resource.\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#comment\",\n \"status\": string,\n \"id\": string,\n \"inReplyTo\": {\n \"id\": string\n },\n \"post\": {\n \"id\": string\n },\n \"blog\": {\n \"id\": string\n },\n \"published\": datetime,\n \"updated\": datetime,\n \"selfLink\": 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 resource. Always `blogger#comment`. | |\n| `id` | `string` | The ID for this resource. | |\n| `post` | `object` | Data about the post containing this comment. | |\n| post.`id` | `string` | The identifier of the post containing this comment. | |\n| `blog` | `object` | Data about the blog containing this comment. | |\n| blog.`id` | `string` | The identifier of the blog containing this comment. | |\n| `published` | `datetime` | [RFC 3339](http://www.ietf.org/rfc/rfc3339.txt) `date-time` date-time when this comment was published, for example \"2012-04-15T19:38:01-07:00\". | |\n| `updated` | `datetime` | [RFC 3339](http://www.ietf.org/rfc/rfc3339.txt) `date-time` when this comment was last updated, for example \"2012-04-15T19:43:21-07:00\". | |\n| `selfLink` | `string` | The Blogger API URL to fetch this resource from. | |\n| `content` | `string` | The content of the comment, which can include HTML markup. | |\n| `author` | `object` | The author of this comment. | |\n| author.`id` | `string` | The identifier of the comment creator. | |\n| author.`displayName` | `string` | The comment creator's display name. | |\n| author.`url` | `string` | The URL of the comment creator's profile page. | |\n| author.`image` | `object` | The container for the creator's avatar URL. | |\n| author.image.`url` | `string` | The URL of the comment creator's avatar image. | |\n| `inReplyTo` | `object` | Data about the comment this is in reply to. | |\n| inReplyTo.`id` | `string` | The ID of the parent of this comment. | |\n| `status` | `string` | The status of the comment. The status is only visible to users who have Administration rights on a blog. | |\n\nMethods\n-------\n\nTo retrieve a list of comments for a post, use the [list](/blogger/docs/3.0/reference/comments/list) method. To retrieve an individual comment, use the [get](/blogger/docs/3.0/reference/comments/get) method.\n\n[list](/blogger/docs/3.0/reference/comments/list)\n: Retrieves the list of [comments](/blogger/docs/3.0/reference/comments) for a [post](/blogger/docs/3.0/reference/posts).\n\n[get](/blogger/docs/3.0/reference/comments/get)\n: Retrieves one comment resource by its commentId.\n\n[approve](/blogger/docs/3.0/reference/comments/approve)\n: Marks a comment as not spam.\n\n[delete](/blogger/docs/3.0/reference/comments/delete)\n: Delete a comment by ID.\n\n[listByBlog](/blogger/docs/3.0/reference/comments/listByBlog)\n: Retrieves the comments for a blog, across all posts, possibly filtered.\n\n[markAsSpam](/blogger/docs/3.0/reference/comments/markAsSpam)\n: Marks a comment as spam. This will set the status of the comment to `spam`, and hide it in the default comment rendering.\n\n[removeContent](/blogger/docs/3.0/reference/comments/removeContent)\n: Removes the content of a comment."]]