মন্তব্য
সেভ করা পৃষ্ঠা গুছিয়ে রাখতে 'সংগ্রহ' ব্যবহার করুন
আপনার পছন্দ অনুযায়ী কন্টেন্ট সেভ করুন ও সঠিক বিভাগে রাখুন।
গুরুত্বপূর্ণ : আমরা 30শে সেপ্টেম্বর, 2024 থেকে v2.0 JSON API-এর জন্য সমর্থন বন্ধ করে দেব। অব্যাহত কার্যকারিতা নিশ্চিত করতে, আপনার অ্যাপ্লিকেশনগুলি আপডেট করুন যেগুলি v2.0 JSON API-এর উপর নির্ভর করে সর্বশেষ API সংস্করণে। সর্বশেষ সংস্করণের জন্য, বাম দিকের ন্যাভিবারে লিঙ্কগুলি ব্যবহার করুন৷
একটি পোস্ট সম্পদ জন্য মন্তব্য. সম্পদ প্রতিনিধিত্ব
মন্তব্য সম্পদ একটি পোস্ট একটি মন্তব্য জন্য ডেটা রয়েছে.
{
"kind": "blogger#comment",
"id": long,
"inReplyTo": {
"id": long
},
"post": {
"id": long
},
"blog": {
"id": long
},
"published": datetime,
"updated": datetime,
"selfLink": string,
"content": string,
"author": {
"id": string,
"displayName": string,
"url": string,
"image": {
"url": string
}
}
}
সম্পত্তির নাম | মান | বর্ণনা | নোট |
---|
kind | string | এই ধরনের এন্ট্রি. সর্বদা blogger#comment । | |
id | long | এই সম্পদের শনাক্তকারী। | |
post | object | এই মন্তব্য ধারণকারী পোস্ট সম্পর্কে তথ্য. | |
post. id | long | এই মন্তব্য ধারণকারী পোস্টের সনাক্তকারী. | |
blog | object | এই মন্তব্য ধারণকারী ব্লগ সম্পর্কে তথ্য. | |
blog. id | long | এই মন্তব্য ধারণকারী ব্লগের সনাক্তকারী. | |
published | datetime | RFC 3339 তারিখ-সময় যখন এই মন্তব্যটি প্রকাশিত হয়েছিল। | |
updated | datetime | RFC 3339 তারিখ-সময় যখন এই মন্তব্যটি সর্বশেষ আপডেট করা হয়েছিল। | |
selfLink | string | API REST URL থেকে এই সংস্থানটি আনতে হবে৷ | |
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 | long | এই মন্তব্যের অভিভাবক চিহ্নিত. | |
অন্য কিছু উল্লেখ না করা থাকলে, এই পৃষ্ঠার কন্টেন্ট Creative Commons Attribution 4.0 License-এর অধীনে এবং কোডের নমুনাগুলি Apache 2.0 License-এর অধীনে লাইসেন্স প্রাপ্ত। আরও জানতে, Google Developers সাইট নীতি দেখুন। Java হল Oracle এবং/অথবা তার অ্যাফিলিয়েট সংস্থার রেজিস্টার্ড ট্রেডমার্ক।
2025-07-24 UTC-তে শেষবার আপডেট করা হয়েছে।
[null,null,["2025-07-24 UTC-তে শেষবার আপডেট করা হয়েছে।"],[[["\u003cp\u003eSupport for the v2.0 JSON API will be discontinued on September 30th, 2024.\u003c/p\u003e\n"],["\u003cp\u003eUpdate your applications to the latest API version to ensure continued functionality.\u003c/p\u003e\n"],["\u003cp\u003eUse the \u003ccode\u003eblogger.comments.list\u003c/code\u003e method to retrieve a list of comments for a post and the \u003ccode\u003eblogger.comments.get\u003c/code\u003e method to retrieve an individual comment.\u003c/p\u003e\n"],["\u003cp\u003eThe Comments Resource provides detailed information about a comment, including its content, author, and timestamps.\u003c/p\u003e\n"]]],[],null,["# Comments\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.\nThe comments for a [Posts](/blogger/docs/2.0/json/reference/posts) Resource.\n\nMethods\n-------\n\nTo retrieve a list of comments for a post, use the [blogger.comments.list](/blogger/docs/2.0/json/reference/comments/list) method. To retrieve an individual comment, use the [blogger.comments.get](/blogger/docs/2.0/json/reference/comments/get) method.\n\n[list](/blogger/docs/2.0/json/reference/comments/list)\n: Retrieves the list of [Comments](/blogger/docs/2.0/json/reference/comments) for a [Post](/blogger/docs/2.0/json/reference/posts).\n\n[get](/blogger/docs/2.0/json/reference/comments/get)\n: Retrieves one Comments Resource by its commentId.\n\nResource Representations\n------------------------\n\nThe Comments Resource contains the data for a comment on a post.\n\n```text\n{\n \"kind\": \"blogger#comment\",\n \"id\": long,\n \"inReplyTo\": {\n \"id\": long\n },\n \"post\": {\n \"id\": long\n },\n \"blog\": {\n \"id\": long\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 entry. Always `blogger#comment`. | |\n| `id` | `long` | The identifier for this resource. | |\n| `post` | `object` | Data about the post containing this comment. | |\n| post.`id` | `long` | The identifier of the post containing this comment. | |\n| `blog` | `object` | Data about the blog containing this comment. | |\n| blog.`id` | `long` | The identifier of the blog containing this comment. | |\n| `published` | `datetime` | RFC 3339 date-time when this comment was published. | |\n| `updated` | `datetime` | RFC 3339 date-time when this comment was last updated. | |\n| `selfLink` | `string` | The API REST URL to fetch this resource from. | |\n| `content` | `string` | The actual content of the comment. May 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` | `long` | The identified of the parent of this comment. | |"]]