التعليقات
تنظيم صفحاتك في مجموعات
يمكنك حفظ المحتوى وتصنيفه حسب إعداداتك المفضّلة.
التعليقات على أحد مصادر المشاركات
للحصول على قائمة من الطرق لهذا المورد، راجِع نهاية هذه الصفحة.
تمثيلات الموارد
{
"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
}
}
}
اسم الموقع |
القيمة |
الوصف |
Notes |
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 |
عنوان URL لواجهة برمجة تطبيقات Blogger المطلوب جلب هذا المورد منه. |
|
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 |
حالة التعليق. لا تظهر الحالة إلا للمستخدمين الذين لديهم حقوق الإدارة في المدونة. |
|
الطُرق
لاسترداد قائمة بالتعليقات على مشاركة ما، استخدم طريقة list. لاسترداد تعليق فردي، استخدِم الطريقة get.
- list
- استرداد قائمة التعليقات الخاصة بمشاركة
- الحصول على
- استرداد مورد واحد للتعليقات من خلال commentId الخاص به
- الموافقة
- وضع علامة على تعليق بأنّه ليس محتوى غير مرغوب فيه.
- حذف
- حذف تعليق حسب المعرّف
- listByBlog
- استرداد التعليقات الخاصة بالمدونة، عبر كل المشاركات، مع احتمالية فلترتها.
- markAsSpam
- وضع علامة على تعليق كمحتوى غير مرغوب فيه. سيؤدي ذلك إلى ضبط حالة التعليق على
spam
، وإخفائه في العرض التلقائي للتعليقات.
- removeContent
- إزالة محتوى تعليق
إنّ محتوى هذه الصفحة مرخّص بموجب ترخيص Creative Commons Attribution 4.0 ما لم يُنصّ على خلاف ذلك، ونماذج الرموز مرخّصة بموجب ترخيص Apache 2.0. للاطّلاع على التفاصيل، يُرجى مراجعة سياسات موقع Google Developers. إنّ Java هي علامة تجارية مسجَّلة لشركة Oracle و/أو شركائها التابعين.
تاريخ التعديل الأخير: 2024-06-26 (حسب التوقيت العالمي المتفَّق عليه)
[null,null,["تاريخ التعديل الأخير: 2024-06-26 (حسب التوقيت العالمي المتفَّق عليه)"],[[["\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."]]