comments
Overview
Name | comments |
Type | Resource |
Id | googledevelopers.blogger.comments |
Fields
Name | Datatype | Description |
---|---|---|
id | string | The identifier for this resource. |
inReplyTo | object | Data about the comment this is in reply to. |
blog | object | Data about the blog containing this comment. |
status | string | The status of the comment (only populated for admin users). |
author | object | The author of this Comment. |
selfLink | string | The API REST URL to fetch this resource from. |
published | string | RFC 3339 date-time when this comment was published. |
kind | string | The kind of this entry. Always blogger#comment. |
updated | string | RFC 3339 date-time when this comment was last updated. |
content | string | The actual content of the comment. May include HTML markup. |
post | object | Data about the post containing this comment. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
get | SELECT | blogId, commentId, postId | Gets a comment by id. |
list | SELECT | blogId, postId | Lists comments. |
delete | DELETE | blogId, commentId, postId | Deletes a comment by blog id, post id and comment id. |
approve | EXEC | blogId, commentId, postId | Marks a comment as not spam by blog id, post id and comment id. |
markAsSpam | EXEC | blogId, commentId, postId | Marks a comment as spam by blog id, post id and comment id. |