মন্তব্য
সেভ করা পৃষ্ঠা গুছিয়ে রাখতে 'সংগ্রহ' ব্যবহার করুন
আপনার পছন্দ অনুযায়ী কন্টেন্ট সেভ করুন ও সঠিক বিভাগে রাখুন।
একটি পোস্ট সম্পদ জন্য মন্তব্য.
এই সম্পদের জন্য পদ্ধতির তালিকার জন্য, এই পৃষ্ঠার শেষে দেখুন।
সম্পদ উপস্থাপনা
{
"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 | RFC 3339 date-time যখন এই মন্তব্যটি শেষবার আপডেট করা হয়েছিল , উদাহরণস্বরূপ "2012-04-15T19:43:21-07:00" । | |
selfLink | string | ব্লগার এপিআই ইউআরএল থেকে এই সংস্থানটি আনতে হবে। | |
content | string | মন্তব্যের বিষয়বস্তু, যা HTML মার্কআপ অন্তর্ভুক্ত করতে পারে। | |
author | object | এই মন্তব্যের লেখক ড. | |
author. id | string | মন্তব্য নির্মাতার শনাক্তকারী। | |
author. displayName | string | মন্তব্য নির্মাতার প্রদর্শন নাম. | |
author. url | string | মন্তব্য নির্মাতার প্রোফাইল পৃষ্ঠার URL। | |
author. image | object | নির্মাতার অবতার URL-এর জন্য ধারক। | |
author.image. url | string | মন্তব্য নির্মাতার অবতার ছবির URL। | |
inReplyTo | object | এই মন্তব্য সম্পর্কে তথ্য উত্তর. | |
inReplyTo. id | string | এই মন্তব্যের অভিভাবকের আইডি। | |
status | string | কমেন্টের স্ট্যাটাস। স্ট্যাটাসটি শুধুমাত্র সেইসব ব্যবহারকারীদের কাছে দৃশ্যমান, যাদের ব্লগে প্রশাসনিক অধিকার রয়েছে। | |
পদ্ধতি
একটি পোস্টের জন্য মন্তব্যের একটি তালিকা পুনরুদ্ধার করতে, তালিকা পদ্ধতি ব্যবহার করুন। একটি পৃথক মন্তব্য পুনরুদ্ধার করতে, পান পদ্ধতি ব্যবহার করুন।
- তালিকা
- একটি পোস্টের জন্য মন্তব্যের তালিকা পুনরুদ্ধার করে।
- পেতে
- এর দ্বারা একটি মন্তব্য সংস্থান উদ্ধার করে মন্তব্য আইডি .
- অনুমোদন
- একটি মন্তব্য স্প্যাম নয় হিসাবে চিহ্নিত করে৷
- মুছে ফেলুন
- আইডি দ্বারা একটি মন্তব্য মুছুন.
- listByBlog
- একটি ব্লগের জন্য মন্তব্য পুনরুদ্ধার করে, সমস্ত পোস্ট জুড়ে, সম্ভবত ফিল্টার করা।
- markAsSpam
- একটি মন্তব্যকে স্প্যাম হিসেবে চিহ্নিত করে। এটি মন্তব্যের স্থিতিকে
spam
সেট করবে এবং এটিকে ডিফল্ট মন্তব্য রেন্ডারিং-এ লুকিয়ে রাখবে৷ - সামগ্রী অপসারণ
- একটি মন্তব্যের বিষয়বস্তু সরিয়ে দেয়।
অন্য কিছু উল্লেখ না করা থাকলে, এই পৃষ্ঠার কন্টেন্ট Creative Commons Attribution 4.0 License-এর অধীনে এবং কোডের নমুনাগুলি Apache 2.0 License-এর অধীনে লাইসেন্স প্রাপ্ত। আরও জানতে, Google Developers সাইট নীতি দেখুন। Java হল Oracle এবং/অথবা তার অ্যাফিলিয়েট সংস্থার রেজিস্টার্ড ট্রেডমার্ক।
2024-11-09 UTC-তে শেষবার আপডেট করা হয়েছে।
[null,null,["2024-11-09 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."]]