John Asmuth | 614db98 | 2014-04-24 15:46:26 -0400 | [diff] [blame] | 1 | <html><body> |
| 2 | <style> |
| 3 | |
| 4 | body, h1, h2, h3, div, span, p, pre, a { |
| 5 | margin: 0; |
| 6 | padding: 0; |
| 7 | border: 0; |
| 8 | font-weight: inherit; |
| 9 | font-style: inherit; |
| 10 | font-size: 100%; |
| 11 | font-family: inherit; |
| 12 | vertical-align: baseline; |
| 13 | } |
| 14 | |
| 15 | body { |
| 16 | font-size: 13px; |
| 17 | padding: 1em; |
| 18 | } |
| 19 | |
| 20 | h1 { |
| 21 | font-size: 26px; |
| 22 | margin-bottom: 1em; |
| 23 | } |
| 24 | |
| 25 | h2 { |
| 26 | font-size: 24px; |
| 27 | margin-bottom: 1em; |
| 28 | } |
| 29 | |
| 30 | h3 { |
| 31 | font-size: 20px; |
| 32 | margin-bottom: 1em; |
| 33 | margin-top: 1em; |
| 34 | } |
| 35 | |
| 36 | pre, code { |
| 37 | line-height: 1.5; |
| 38 | font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace; |
| 39 | } |
| 40 | |
| 41 | pre { |
| 42 | margin-top: 0.5em; |
| 43 | } |
| 44 | |
| 45 | h1, h2, h3, p { |
| 46 | font-family: Arial, sans serif; |
| 47 | } |
| 48 | |
| 49 | h1, h2, h3 { |
| 50 | border-bottom: solid #CCC 1px; |
| 51 | } |
| 52 | |
| 53 | .toc_element { |
| 54 | margin-top: 0.5em; |
| 55 | } |
| 56 | |
| 57 | .firstline { |
| 58 | margin-left: 2 em; |
| 59 | } |
| 60 | |
| 61 | .method { |
| 62 | margin-top: 1em; |
| 63 | border: solid 1px #CCC; |
| 64 | padding: 1em; |
| 65 | background: #EEE; |
| 66 | } |
| 67 | |
| 68 | .details { |
| 69 | font-weight: bold; |
| 70 | font-size: 14px; |
| 71 | } |
| 72 | |
| 73 | </style> |
| 74 | |
Dan O'Meara | dd49464 | 2020-05-01 07:42:23 -0700 | [diff] [blame] | 75 | <h1><a href="blogger_v3.html">Blogger API v3</a> . <a href="blogger_v3.comments.html">comments</a></h1> |
John Asmuth | 614db98 | 2014-04-24 15:46:26 -0400 | [diff] [blame] | 76 | <h2>Instance Methods</h2> |
| 77 | <p class="toc_element"> |
Dan O'Meara | dd49464 | 2020-05-01 07:42:23 -0700 | [diff] [blame] | 78 | <code><a href="#approve">approve(blogId, postId, commentId, x__xgafv=None)</a></code></p> |
| 79 | <p class="firstline">Marks a comment as not spam by blog id, post id and comment id.</p> |
John Asmuth | 614db98 | 2014-04-24 15:46:26 -0400 | [diff] [blame] | 80 | <p class="toc_element"> |
Dan O'Meara | dd49464 | 2020-05-01 07:42:23 -0700 | [diff] [blame] | 81 | <code><a href="#delete">delete(blogId, postId, commentId, x__xgafv=None)</a></code></p> |
| 82 | <p class="firstline">Deletes a comment by blog id, post id and comment id.</p> |
John Asmuth | 614db98 | 2014-04-24 15:46:26 -0400 | [diff] [blame] | 83 | <p class="toc_element"> |
Bu Sun Kim | 6502091 | 2020-05-20 12:08:20 -0700 | [diff] [blame] | 84 | <code><a href="#get">get(blogId, postId, commentId, view=None, x__xgafv=None)</a></code></p> |
Dan O'Meara | dd49464 | 2020-05-01 07:42:23 -0700 | [diff] [blame] | 85 | <p class="firstline">Gets a comment by id.</p> |
John Asmuth | 614db98 | 2014-04-24 15:46:26 -0400 | [diff] [blame] | 86 | <p class="toc_element"> |
Bu Sun Kim | 4ed7d3f | 2020-05-27 12:20:54 -0700 | [diff] [blame^] | 87 | <code><a href="#list">list(blogId, postId, fetchBodies=None, endDate=None, maxResults=None, status=None, pageToken=None, view=None, startDate=None, x__xgafv=None)</a></code></p> |
Dan O'Meara | dd49464 | 2020-05-01 07:42:23 -0700 | [diff] [blame] | 88 | <p class="firstline">Lists comments.</p> |
John Asmuth | 614db98 | 2014-04-24 15:46:26 -0400 | [diff] [blame] | 89 | <p class="toc_element"> |
Bu Sun Kim | 4ed7d3f | 2020-05-27 12:20:54 -0700 | [diff] [blame^] | 90 | <code><a href="#listByBlog">listByBlog(blogId, status=None, endDate=None, fetchBodies=None, pageToken=None, maxResults=None, startDate=None, x__xgafv=None)</a></code></p> |
Dan O'Meara | dd49464 | 2020-05-01 07:42:23 -0700 | [diff] [blame] | 91 | <p class="firstline">Lists comments by blog.</p> |
John Asmuth | 614db98 | 2014-04-24 15:46:26 -0400 | [diff] [blame] | 92 | <p class="toc_element"> |
| 93 | <code><a href="#listByBlog_next">listByBlog_next(previous_request, previous_response)</a></code></p> |
| 94 | <p class="firstline">Retrieves the next page of results.</p> |
| 95 | <p class="toc_element"> |
| 96 | <code><a href="#list_next">list_next(previous_request, previous_response)</a></code></p> |
| 97 | <p class="firstline">Retrieves the next page of results.</p> |
| 98 | <p class="toc_element"> |
Dan O'Meara | dd49464 | 2020-05-01 07:42:23 -0700 | [diff] [blame] | 99 | <code><a href="#markAsSpam">markAsSpam(blogId, postId, commentId, x__xgafv=None)</a></code></p> |
| 100 | <p class="firstline">Marks a comment as spam by blog id, post id and comment id.</p> |
John Asmuth | 614db98 | 2014-04-24 15:46:26 -0400 | [diff] [blame] | 101 | <p class="toc_element"> |
Dan O'Meara | dd49464 | 2020-05-01 07:42:23 -0700 | [diff] [blame] | 102 | <code><a href="#removeContent">removeContent(blogId, postId, commentId, x__xgafv=None)</a></code></p> |
| 103 | <p class="firstline">Removes the content of a comment by blog id, post id and comment id.</p> |
John Asmuth | 614db98 | 2014-04-24 15:46:26 -0400 | [diff] [blame] | 104 | <h3>Method Details</h3> |
| 105 | <div class="method"> |
Dan O'Meara | dd49464 | 2020-05-01 07:42:23 -0700 | [diff] [blame] | 106 | <code class="details" id="approve">approve(blogId, postId, commentId, x__xgafv=None)</code> |
| 107 | <pre>Marks a comment as not spam by blog id, post id and comment id. |
John Asmuth | 614db98 | 2014-04-24 15:46:26 -0400 | [diff] [blame] | 108 | |
| 109 | Args: |
Dan O'Meara | dd49464 | 2020-05-01 07:42:23 -0700 | [diff] [blame] | 110 | blogId: string, A parameter (required) |
| 111 | postId: string, A parameter (required) |
| 112 | commentId: string, A parameter (required) |
| 113 | x__xgafv: string, V1 error format. |
| 114 | Allowed values |
| 115 | 1 - v1 error format |
| 116 | 2 - v2 error format |
John Asmuth | 614db98 | 2014-04-24 15:46:26 -0400 | [diff] [blame] | 117 | |
| 118 | Returns: |
| 119 | An object of the form: |
| 120 | |
| 121 | { |
Bu Sun Kim | 4ed7d3f | 2020-05-27 12:20:54 -0700 | [diff] [blame^] | 122 | "post": { # Data about the post containing this comment. |
| 123 | "id": "A String", # The identifier of the post containing this comment. |
| 124 | }, |
Bu Sun Kim | 6502091 | 2020-05-20 12:08:20 -0700 | [diff] [blame] | 125 | "selfLink": "A String", # The API REST URL to fetch this resource from. |
| 126 | "id": "A String", # The identifier for this resource. |
Bu Sun Kim | 6502091 | 2020-05-20 12:08:20 -0700 | [diff] [blame] | 127 | "content": "A String", # The actual content of the comment. May include HTML markup. |
Bu Sun Kim | 4ed7d3f | 2020-05-27 12:20:54 -0700 | [diff] [blame^] | 128 | "updated": "A String", # RFC 3339 date-time when this comment was last updated. |
| 129 | "status": "A String", # The status of the comment (only populated for admin users). |
| 130 | "kind": "A String", # The kind of this entry. Always blogger#comment. |
| 131 | "published": "A String", # RFC 3339 date-time when this comment was published. |
Bu Sun Kim | 6502091 | 2020-05-20 12:08:20 -0700 | [diff] [blame] | 132 | "inReplyTo": { # Data about the comment this is in reply to. |
| 133 | "id": "A String", # The identified of the parent of this comment. |
| 134 | }, |
Bu Sun Kim | 6502091 | 2020-05-20 12:08:20 -0700 | [diff] [blame] | 135 | "author": { # The author of this Comment. |
Bu Sun Kim | 4ed7d3f | 2020-05-27 12:20:54 -0700 | [diff] [blame^] | 136 | "url": "A String", # The URL of the creator's Profile page. |
| 137 | "id": "A String", # The identifier of the creator. |
| 138 | "displayName": "A String", # The display name. |
Bu Sun Kim | 6502091 | 2020-05-20 12:08:20 -0700 | [diff] [blame] | 139 | "image": { # The creator's avatar. |
| 140 | "url": "A String", # The creator's avatar URL. |
John Asmuth | 614db98 | 2014-04-24 15:46:26 -0400 | [diff] [blame] | 141 | }, |
John Asmuth | 614db98 | 2014-04-24 15:46:26 -0400 | [diff] [blame] | 142 | }, |
Bu Sun Kim | 4ed7d3f | 2020-05-27 12:20:54 -0700 | [diff] [blame^] | 143 | "blog": { # Data about the blog containing this comment. |
| 144 | "id": "A String", # The identifier of the blog containing this comment. |
John Asmuth | 614db98 | 2014-04-24 15:46:26 -0400 | [diff] [blame] | 145 | }, |
John Asmuth | 614db98 | 2014-04-24 15:46:26 -0400 | [diff] [blame] | 146 | }</pre> |
| 147 | </div> |
| 148 | |
| 149 | <div class="method"> |
Dan O'Meara | dd49464 | 2020-05-01 07:42:23 -0700 | [diff] [blame] | 150 | <code class="details" id="delete">delete(blogId, postId, commentId, x__xgafv=None)</code> |
| 151 | <pre>Deletes a comment by blog id, post id and comment id. |
John Asmuth | 614db98 | 2014-04-24 15:46:26 -0400 | [diff] [blame] | 152 | |
| 153 | Args: |
Dan O'Meara | dd49464 | 2020-05-01 07:42:23 -0700 | [diff] [blame] | 154 | blogId: string, A parameter (required) |
| 155 | postId: string, A parameter (required) |
| 156 | commentId: string, A parameter (required) |
| 157 | x__xgafv: string, V1 error format. |
| 158 | Allowed values |
| 159 | 1 - v1 error format |
| 160 | 2 - v2 error format |
John Asmuth | 614db98 | 2014-04-24 15:46:26 -0400 | [diff] [blame] | 161 | </pre> |
| 162 | </div> |
| 163 | |
| 164 | <div class="method"> |
Bu Sun Kim | 6502091 | 2020-05-20 12:08:20 -0700 | [diff] [blame] | 165 | <code class="details" id="get">get(blogId, postId, commentId, view=None, x__xgafv=None)</code> |
Dan O'Meara | dd49464 | 2020-05-01 07:42:23 -0700 | [diff] [blame] | 166 | <pre>Gets a comment by id. |
John Asmuth | 614db98 | 2014-04-24 15:46:26 -0400 | [diff] [blame] | 167 | |
| 168 | Args: |
Dan O'Meara | dd49464 | 2020-05-01 07:42:23 -0700 | [diff] [blame] | 169 | blogId: string, A parameter (required) |
| 170 | postId: string, A parameter (required) |
| 171 | commentId: string, A parameter (required) |
Bu Sun Kim | 6502091 | 2020-05-20 12:08:20 -0700 | [diff] [blame] | 172 | view: string, A parameter |
Dan O'Meara | dd49464 | 2020-05-01 07:42:23 -0700 | [diff] [blame] | 173 | x__xgafv: string, V1 error format. |
John Asmuth | 614db98 | 2014-04-24 15:46:26 -0400 | [diff] [blame] | 174 | Allowed values |
Dan O'Meara | dd49464 | 2020-05-01 07:42:23 -0700 | [diff] [blame] | 175 | 1 - v1 error format |
| 176 | 2 - v2 error format |
John Asmuth | 614db98 | 2014-04-24 15:46:26 -0400 | [diff] [blame] | 177 | |
| 178 | Returns: |
| 179 | An object of the form: |
| 180 | |
| 181 | { |
Bu Sun Kim | 4ed7d3f | 2020-05-27 12:20:54 -0700 | [diff] [blame^] | 182 | "post": { # Data about the post containing this comment. |
| 183 | "id": "A String", # The identifier of the post containing this comment. |
| 184 | }, |
Bu Sun Kim | 6502091 | 2020-05-20 12:08:20 -0700 | [diff] [blame] | 185 | "selfLink": "A String", # The API REST URL to fetch this resource from. |
| 186 | "id": "A String", # The identifier for this resource. |
Bu Sun Kim | 6502091 | 2020-05-20 12:08:20 -0700 | [diff] [blame] | 187 | "content": "A String", # The actual content of the comment. May include HTML markup. |
Bu Sun Kim | 4ed7d3f | 2020-05-27 12:20:54 -0700 | [diff] [blame^] | 188 | "updated": "A String", # RFC 3339 date-time when this comment was last updated. |
| 189 | "status": "A String", # The status of the comment (only populated for admin users). |
| 190 | "kind": "A String", # The kind of this entry. Always blogger#comment. |
| 191 | "published": "A String", # RFC 3339 date-time when this comment was published. |
Bu Sun Kim | 6502091 | 2020-05-20 12:08:20 -0700 | [diff] [blame] | 192 | "inReplyTo": { # Data about the comment this is in reply to. |
| 193 | "id": "A String", # The identified of the parent of this comment. |
| 194 | }, |
Bu Sun Kim | 6502091 | 2020-05-20 12:08:20 -0700 | [diff] [blame] | 195 | "author": { # The author of this Comment. |
Bu Sun Kim | 4ed7d3f | 2020-05-27 12:20:54 -0700 | [diff] [blame^] | 196 | "url": "A String", # The URL of the creator's Profile page. |
| 197 | "id": "A String", # The identifier of the creator. |
| 198 | "displayName": "A String", # The display name. |
Bu Sun Kim | 6502091 | 2020-05-20 12:08:20 -0700 | [diff] [blame] | 199 | "image": { # The creator's avatar. |
| 200 | "url": "A String", # The creator's avatar URL. |
John Asmuth | 614db98 | 2014-04-24 15:46:26 -0400 | [diff] [blame] | 201 | }, |
John Asmuth | 614db98 | 2014-04-24 15:46:26 -0400 | [diff] [blame] | 202 | }, |
Bu Sun Kim | 4ed7d3f | 2020-05-27 12:20:54 -0700 | [diff] [blame^] | 203 | "blog": { # Data about the blog containing this comment. |
| 204 | "id": "A String", # The identifier of the blog containing this comment. |
John Asmuth | 614db98 | 2014-04-24 15:46:26 -0400 | [diff] [blame] | 205 | }, |
John Asmuth | 614db98 | 2014-04-24 15:46:26 -0400 | [diff] [blame] | 206 | }</pre> |
| 207 | </div> |
| 208 | |
| 209 | <div class="method"> |
Bu Sun Kim | 4ed7d3f | 2020-05-27 12:20:54 -0700 | [diff] [blame^] | 210 | <code class="details" id="list">list(blogId, postId, fetchBodies=None, endDate=None, maxResults=None, status=None, pageToken=None, view=None, startDate=None, x__xgafv=None)</code> |
Dan O'Meara | dd49464 | 2020-05-01 07:42:23 -0700 | [diff] [blame] | 211 | <pre>Lists comments. |
John Asmuth | 614db98 | 2014-04-24 15:46:26 -0400 | [diff] [blame] | 212 | |
| 213 | Args: |
Dan O'Meara | dd49464 | 2020-05-01 07:42:23 -0700 | [diff] [blame] | 214 | blogId: string, A parameter (required) |
| 215 | postId: string, A parameter (required) |
Bu Sun Kim | 6502091 | 2020-05-20 12:08:20 -0700 | [diff] [blame] | 216 | fetchBodies: boolean, A parameter |
Dan O'Meara | dd49464 | 2020-05-01 07:42:23 -0700 | [diff] [blame] | 217 | endDate: string, A parameter |
Bu Sun Kim | 6502091 | 2020-05-20 12:08:20 -0700 | [diff] [blame] | 218 | maxResults: integer, A parameter |
Bu Sun Kim | 4ed7d3f | 2020-05-27 12:20:54 -0700 | [diff] [blame^] | 219 | status: string, A parameter |
Bu Sun Kim | 6502091 | 2020-05-20 12:08:20 -0700 | [diff] [blame] | 220 | pageToken: string, A parameter |
Bu Sun Kim | 4ed7d3f | 2020-05-27 12:20:54 -0700 | [diff] [blame^] | 221 | view: string, A parameter |
| 222 | startDate: string, A parameter |
Dan O'Meara | dd49464 | 2020-05-01 07:42:23 -0700 | [diff] [blame] | 223 | x__xgafv: string, V1 error format. |
John Asmuth | 614db98 | 2014-04-24 15:46:26 -0400 | [diff] [blame] | 224 | Allowed values |
Dan O'Meara | dd49464 | 2020-05-01 07:42:23 -0700 | [diff] [blame] | 225 | 1 - v1 error format |
| 226 | 2 - v2 error format |
John Asmuth | 614db98 | 2014-04-24 15:46:26 -0400 | [diff] [blame] | 227 | |
| 228 | Returns: |
| 229 | An object of the form: |
| 230 | |
| 231 | { |
Bu Sun Kim | 6502091 | 2020-05-20 12:08:20 -0700 | [diff] [blame] | 232 | "kind": "A String", # The kind of this entry. Always blogger#commentList. |
Bu Sun Kim | 4ed7d3f | 2020-05-27 12:20:54 -0700 | [diff] [blame^] | 233 | "prevPageToken": "A String", # Pagination token to fetch the previous page, if one exists. |
Bu Sun Kim | 6502091 | 2020-05-20 12:08:20 -0700 | [diff] [blame] | 234 | "items": [ # The List of Comments for a Post. |
John Asmuth | 614db98 | 2014-04-24 15:46:26 -0400 | [diff] [blame] | 235 | { |
Bu Sun Kim | 6502091 | 2020-05-20 12:08:20 -0700 | [diff] [blame] | 236 | "post": { # Data about the post containing this comment. |
| 237 | "id": "A String", # The identifier of the post containing this comment. |
John Asmuth | 614db98 | 2014-04-24 15:46:26 -0400 | [diff] [blame] | 238 | }, |
Bu Sun Kim | 4ed7d3f | 2020-05-27 12:20:54 -0700 | [diff] [blame^] | 239 | "selfLink": "A String", # The API REST URL to fetch this resource from. |
| 240 | "id": "A String", # The identifier for this resource. |
| 241 | "content": "A String", # The actual content of the comment. May include HTML markup. |
| 242 | "updated": "A String", # RFC 3339 date-time when this comment was last updated. |
| 243 | "status": "A String", # The status of the comment (only populated for admin users). |
| 244 | "kind": "A String", # The kind of this entry. Always blogger#comment. |
| 245 | "published": "A String", # RFC 3339 date-time when this comment was published. |
| 246 | "inReplyTo": { # Data about the comment this is in reply to. |
| 247 | "id": "A String", # The identified of the parent of this comment. |
| 248 | }, |
| 249 | "author": { # The author of this Comment. |
| 250 | "url": "A String", # The URL of the creator's Profile page. |
| 251 | "id": "A String", # The identifier of the creator. |
| 252 | "displayName": "A String", # The display name. |
| 253 | "image": { # The creator's avatar. |
| 254 | "url": "A String", # The creator's avatar URL. |
| 255 | }, |
| 256 | }, |
| 257 | "blog": { # Data about the blog containing this comment. |
| 258 | "id": "A String", # The identifier of the blog containing this comment. |
| 259 | }, |
John Asmuth | 614db98 | 2014-04-24 15:46:26 -0400 | [diff] [blame] | 260 | }, |
| 261 | ], |
Bu Sun Kim | 4ed7d3f | 2020-05-27 12:20:54 -0700 | [diff] [blame^] | 262 | "nextPageToken": "A String", # Pagination token to fetch the next page, if one exists. |
| 263 | "etag": "A String", # Etag of the response. |
John Asmuth | 614db98 | 2014-04-24 15:46:26 -0400 | [diff] [blame] | 264 | }</pre> |
| 265 | </div> |
| 266 | |
| 267 | <div class="method"> |
Bu Sun Kim | 4ed7d3f | 2020-05-27 12:20:54 -0700 | [diff] [blame^] | 268 | <code class="details" id="listByBlog">listByBlog(blogId, status=None, endDate=None, fetchBodies=None, pageToken=None, maxResults=None, startDate=None, x__xgafv=None)</code> |
Dan O'Meara | dd49464 | 2020-05-01 07:42:23 -0700 | [diff] [blame] | 269 | <pre>Lists comments by blog. |
John Asmuth | 614db98 | 2014-04-24 15:46:26 -0400 | [diff] [blame] | 270 | |
| 271 | Args: |
Dan O'Meara | dd49464 | 2020-05-01 07:42:23 -0700 | [diff] [blame] | 272 | blogId: string, A parameter (required) |
Bu Sun Kim | 4ed7d3f | 2020-05-27 12:20:54 -0700 | [diff] [blame^] | 273 | status: string, A parameter (repeated) |
Dan O'Meara | dd49464 | 2020-05-01 07:42:23 -0700 | [diff] [blame] | 274 | endDate: string, A parameter |
Bu Sun Kim | 6502091 | 2020-05-20 12:08:20 -0700 | [diff] [blame] | 275 | fetchBodies: boolean, A parameter |
Bu Sun Kim | 6502091 | 2020-05-20 12:08:20 -0700 | [diff] [blame] | 276 | pageToken: string, A parameter |
Bu Sun Kim | 4ed7d3f | 2020-05-27 12:20:54 -0700 | [diff] [blame^] | 277 | maxResults: integer, A parameter |
| 278 | startDate: string, A parameter |
Dan O'Meara | dd49464 | 2020-05-01 07:42:23 -0700 | [diff] [blame] | 279 | x__xgafv: string, V1 error format. |
Craig Citro | e633be1 | 2015-03-02 13:40:36 -0800 | [diff] [blame] | 280 | Allowed values |
Dan O'Meara | dd49464 | 2020-05-01 07:42:23 -0700 | [diff] [blame] | 281 | 1 - v1 error format |
| 282 | 2 - v2 error format |
John Asmuth | 614db98 | 2014-04-24 15:46:26 -0400 | [diff] [blame] | 283 | |
| 284 | Returns: |
| 285 | An object of the form: |
| 286 | |
| 287 | { |
Bu Sun Kim | 6502091 | 2020-05-20 12:08:20 -0700 | [diff] [blame] | 288 | "kind": "A String", # The kind of this entry. Always blogger#commentList. |
Bu Sun Kim | 4ed7d3f | 2020-05-27 12:20:54 -0700 | [diff] [blame^] | 289 | "prevPageToken": "A String", # Pagination token to fetch the previous page, if one exists. |
Bu Sun Kim | 6502091 | 2020-05-20 12:08:20 -0700 | [diff] [blame] | 290 | "items": [ # The List of Comments for a Post. |
John Asmuth | 614db98 | 2014-04-24 15:46:26 -0400 | [diff] [blame] | 291 | { |
Bu Sun Kim | 6502091 | 2020-05-20 12:08:20 -0700 | [diff] [blame] | 292 | "post": { # Data about the post containing this comment. |
| 293 | "id": "A String", # The identifier of the post containing this comment. |
John Asmuth | 614db98 | 2014-04-24 15:46:26 -0400 | [diff] [blame] | 294 | }, |
Bu Sun Kim | 4ed7d3f | 2020-05-27 12:20:54 -0700 | [diff] [blame^] | 295 | "selfLink": "A String", # The API REST URL to fetch this resource from. |
| 296 | "id": "A String", # The identifier for this resource. |
| 297 | "content": "A String", # The actual content of the comment. May include HTML markup. |
| 298 | "updated": "A String", # RFC 3339 date-time when this comment was last updated. |
| 299 | "status": "A String", # The status of the comment (only populated for admin users). |
| 300 | "kind": "A String", # The kind of this entry. Always blogger#comment. |
| 301 | "published": "A String", # RFC 3339 date-time when this comment was published. |
| 302 | "inReplyTo": { # Data about the comment this is in reply to. |
| 303 | "id": "A String", # The identified of the parent of this comment. |
| 304 | }, |
| 305 | "author": { # The author of this Comment. |
| 306 | "url": "A String", # The URL of the creator's Profile page. |
| 307 | "id": "A String", # The identifier of the creator. |
| 308 | "displayName": "A String", # The display name. |
| 309 | "image": { # The creator's avatar. |
| 310 | "url": "A String", # The creator's avatar URL. |
| 311 | }, |
| 312 | }, |
| 313 | "blog": { # Data about the blog containing this comment. |
| 314 | "id": "A String", # The identifier of the blog containing this comment. |
| 315 | }, |
John Asmuth | 614db98 | 2014-04-24 15:46:26 -0400 | [diff] [blame] | 316 | }, |
| 317 | ], |
Bu Sun Kim | 4ed7d3f | 2020-05-27 12:20:54 -0700 | [diff] [blame^] | 318 | "nextPageToken": "A String", # Pagination token to fetch the next page, if one exists. |
| 319 | "etag": "A String", # Etag of the response. |
John Asmuth | 614db98 | 2014-04-24 15:46:26 -0400 | [diff] [blame] | 320 | }</pre> |
| 321 | </div> |
| 322 | |
| 323 | <div class="method"> |
| 324 | <code class="details" id="listByBlog_next">listByBlog_next(previous_request, previous_response)</code> |
| 325 | <pre>Retrieves the next page of results. |
| 326 | |
| 327 | Args: |
| 328 | previous_request: The request for the previous page. (required) |
| 329 | previous_response: The response from the request for the previous page. (required) |
| 330 | |
| 331 | Returns: |
Bu Sun Kim | 6502091 | 2020-05-20 12:08:20 -0700 | [diff] [blame] | 332 | A request object that you can call 'execute()' on to request the next |
John Asmuth | 614db98 | 2014-04-24 15:46:26 -0400 | [diff] [blame] | 333 | page. Returns None if there are no more items in the collection. |
| 334 | </pre> |
| 335 | </div> |
| 336 | |
| 337 | <div class="method"> |
| 338 | <code class="details" id="list_next">list_next(previous_request, previous_response)</code> |
| 339 | <pre>Retrieves the next page of results. |
| 340 | |
| 341 | Args: |
| 342 | previous_request: The request for the previous page. (required) |
| 343 | previous_response: The response from the request for the previous page. (required) |
| 344 | |
| 345 | Returns: |
Bu Sun Kim | 6502091 | 2020-05-20 12:08:20 -0700 | [diff] [blame] | 346 | A request object that you can call 'execute()' on to request the next |
John Asmuth | 614db98 | 2014-04-24 15:46:26 -0400 | [diff] [blame] | 347 | page. Returns None if there are no more items in the collection. |
| 348 | </pre> |
| 349 | </div> |
| 350 | |
| 351 | <div class="method"> |
Dan O'Meara | dd49464 | 2020-05-01 07:42:23 -0700 | [diff] [blame] | 352 | <code class="details" id="markAsSpam">markAsSpam(blogId, postId, commentId, x__xgafv=None)</code> |
| 353 | <pre>Marks a comment as spam by blog id, post id and comment id. |
John Asmuth | 614db98 | 2014-04-24 15:46:26 -0400 | [diff] [blame] | 354 | |
| 355 | Args: |
Dan O'Meara | dd49464 | 2020-05-01 07:42:23 -0700 | [diff] [blame] | 356 | blogId: string, A parameter (required) |
| 357 | postId: string, A parameter (required) |
| 358 | commentId: string, A parameter (required) |
| 359 | x__xgafv: string, V1 error format. |
| 360 | Allowed values |
| 361 | 1 - v1 error format |
| 362 | 2 - v2 error format |
John Asmuth | 614db98 | 2014-04-24 15:46:26 -0400 | [diff] [blame] | 363 | |
| 364 | Returns: |
| 365 | An object of the form: |
| 366 | |
| 367 | { |
Bu Sun Kim | 4ed7d3f | 2020-05-27 12:20:54 -0700 | [diff] [blame^] | 368 | "post": { # Data about the post containing this comment. |
| 369 | "id": "A String", # The identifier of the post containing this comment. |
| 370 | }, |
Bu Sun Kim | 6502091 | 2020-05-20 12:08:20 -0700 | [diff] [blame] | 371 | "selfLink": "A String", # The API REST URL to fetch this resource from. |
| 372 | "id": "A String", # The identifier for this resource. |
Bu Sun Kim | 6502091 | 2020-05-20 12:08:20 -0700 | [diff] [blame] | 373 | "content": "A String", # The actual content of the comment. May include HTML markup. |
Bu Sun Kim | 4ed7d3f | 2020-05-27 12:20:54 -0700 | [diff] [blame^] | 374 | "updated": "A String", # RFC 3339 date-time when this comment was last updated. |
| 375 | "status": "A String", # The status of the comment (only populated for admin users). |
| 376 | "kind": "A String", # The kind of this entry. Always blogger#comment. |
| 377 | "published": "A String", # RFC 3339 date-time when this comment was published. |
Bu Sun Kim | 6502091 | 2020-05-20 12:08:20 -0700 | [diff] [blame] | 378 | "inReplyTo": { # Data about the comment this is in reply to. |
| 379 | "id": "A String", # The identified of the parent of this comment. |
| 380 | }, |
Bu Sun Kim | 6502091 | 2020-05-20 12:08:20 -0700 | [diff] [blame] | 381 | "author": { # The author of this Comment. |
Bu Sun Kim | 4ed7d3f | 2020-05-27 12:20:54 -0700 | [diff] [blame^] | 382 | "url": "A String", # The URL of the creator's Profile page. |
| 383 | "id": "A String", # The identifier of the creator. |
| 384 | "displayName": "A String", # The display name. |
Bu Sun Kim | 6502091 | 2020-05-20 12:08:20 -0700 | [diff] [blame] | 385 | "image": { # The creator's avatar. |
| 386 | "url": "A String", # The creator's avatar URL. |
John Asmuth | 614db98 | 2014-04-24 15:46:26 -0400 | [diff] [blame] | 387 | }, |
John Asmuth | 614db98 | 2014-04-24 15:46:26 -0400 | [diff] [blame] | 388 | }, |
Bu Sun Kim | 4ed7d3f | 2020-05-27 12:20:54 -0700 | [diff] [blame^] | 389 | "blog": { # Data about the blog containing this comment. |
| 390 | "id": "A String", # The identifier of the blog containing this comment. |
John Asmuth | 614db98 | 2014-04-24 15:46:26 -0400 | [diff] [blame] | 391 | }, |
John Asmuth | 614db98 | 2014-04-24 15:46:26 -0400 | [diff] [blame] | 392 | }</pre> |
| 393 | </div> |
| 394 | |
| 395 | <div class="method"> |
Dan O'Meara | dd49464 | 2020-05-01 07:42:23 -0700 | [diff] [blame] | 396 | <code class="details" id="removeContent">removeContent(blogId, postId, commentId, x__xgafv=None)</code> |
| 397 | <pre>Removes the content of a comment by blog id, post id and comment id. |
John Asmuth | 614db98 | 2014-04-24 15:46:26 -0400 | [diff] [blame] | 398 | |
| 399 | Args: |
Dan O'Meara | dd49464 | 2020-05-01 07:42:23 -0700 | [diff] [blame] | 400 | blogId: string, A parameter (required) |
| 401 | postId: string, A parameter (required) |
| 402 | commentId: string, A parameter (required) |
| 403 | x__xgafv: string, V1 error format. |
| 404 | Allowed values |
| 405 | 1 - v1 error format |
| 406 | 2 - v2 error format |
John Asmuth | 614db98 | 2014-04-24 15:46:26 -0400 | [diff] [blame] | 407 | |
| 408 | Returns: |
| 409 | An object of the form: |
| 410 | |
| 411 | { |
Bu Sun Kim | 4ed7d3f | 2020-05-27 12:20:54 -0700 | [diff] [blame^] | 412 | "post": { # Data about the post containing this comment. |
| 413 | "id": "A String", # The identifier of the post containing this comment. |
| 414 | }, |
Bu Sun Kim | 6502091 | 2020-05-20 12:08:20 -0700 | [diff] [blame] | 415 | "selfLink": "A String", # The API REST URL to fetch this resource from. |
| 416 | "id": "A String", # The identifier for this resource. |
Bu Sun Kim | 6502091 | 2020-05-20 12:08:20 -0700 | [diff] [blame] | 417 | "content": "A String", # The actual content of the comment. May include HTML markup. |
Bu Sun Kim | 4ed7d3f | 2020-05-27 12:20:54 -0700 | [diff] [blame^] | 418 | "updated": "A String", # RFC 3339 date-time when this comment was last updated. |
| 419 | "status": "A String", # The status of the comment (only populated for admin users). |
| 420 | "kind": "A String", # The kind of this entry. Always blogger#comment. |
| 421 | "published": "A String", # RFC 3339 date-time when this comment was published. |
Bu Sun Kim | 6502091 | 2020-05-20 12:08:20 -0700 | [diff] [blame] | 422 | "inReplyTo": { # Data about the comment this is in reply to. |
| 423 | "id": "A String", # The identified of the parent of this comment. |
| 424 | }, |
Bu Sun Kim | 6502091 | 2020-05-20 12:08:20 -0700 | [diff] [blame] | 425 | "author": { # The author of this Comment. |
Bu Sun Kim | 4ed7d3f | 2020-05-27 12:20:54 -0700 | [diff] [blame^] | 426 | "url": "A String", # The URL of the creator's Profile page. |
| 427 | "id": "A String", # The identifier of the creator. |
| 428 | "displayName": "A String", # The display name. |
Bu Sun Kim | 6502091 | 2020-05-20 12:08:20 -0700 | [diff] [blame] | 429 | "image": { # The creator's avatar. |
| 430 | "url": "A String", # The creator's avatar URL. |
John Asmuth | 614db98 | 2014-04-24 15:46:26 -0400 | [diff] [blame] | 431 | }, |
John Asmuth | 614db98 | 2014-04-24 15:46:26 -0400 | [diff] [blame] | 432 | }, |
Bu Sun Kim | 4ed7d3f | 2020-05-27 12:20:54 -0700 | [diff] [blame^] | 433 | "blog": { # Data about the blog containing this comment. |
| 434 | "id": "A String", # The identifier of the blog containing this comment. |
John Asmuth | 614db98 | 2014-04-24 15:46:26 -0400 | [diff] [blame] | 435 | }, |
John Asmuth | 614db98 | 2014-04-24 15:46:26 -0400 | [diff] [blame] | 436 | }</pre> |
| 437 | </div> |
| 438 | |
| 439 | </body></html> |